CSHARPWINDOWSFORM Telegram 418
برمجة تطبيقات الويندوز C# Programming
وهذا ملف كود الدالتين انسخهن واضفهن في اكواد الفورم يوجد عدة ازرار وهي التي تقوم بتغيير اسلوب عرض Animation تم ربطهن بداله حدث واحدة ضع لكل button نص من switch من اجل عند الضغط على button الذي يتوافق نصه مع Case في switch يتم تنفيذ الAnimation
يجب تضمين namespace

using AnimatorNS;


توضيح لبعض الاكواد

الاكواد التي بداخل foreach loop

هي اختصار للاكواد التي عليها تعليق

يعني بدل ما تعمل لكل اداة تضيفها show الكود الذي بداخل الدوارة يقوم بعرض الادوات

foreach (var con in panel1.Controls)
{
Control c = (con) as Control;
if (con is Control)
animator1.Show(c);

}

//animator1.Show(pictureBox1);
//animator1.Show(button4);
//animator1.Show(groupBox1);
//animator1.Show(textbox1);
//animator1.Show(myButton1);



tgoop.com/CsharpWindowsForm/418
Create:
Last Update:

يجب تضمين namespace

using AnimatorNS;


توضيح لبعض الاكواد

الاكواد التي بداخل foreach loop

هي اختصار للاكواد التي عليها تعليق

يعني بدل ما تعمل لكل اداة تضيفها show الكود الذي بداخل الدوارة يقوم بعرض الادوات

foreach (var con in panel1.Controls)
{
Control c = (con) as Control;
if (con is Control)
animator1.Show(c);

}

//animator1.Show(pictureBox1);
//animator1.Show(button4);
//animator1.Show(groupBox1);
//animator1.Show(textbox1);
//animator1.Show(myButton1);

BY برمجة تطبيقات الويندوز C# Programming


Share with your friend now:
tgoop.com/CsharpWindowsForm/418

View MORE
Open in Telegram


Telegram News

Date: |

5Telegram Channel avatar size/dimensions The main design elements of your Telegram channel include a name, bio (brief description), and avatar. Your bio should be: To view your bio, click the Menu icon and select “View channel info.” Telegram Channels requirements & features
from us


Telegram برمجة تطبيقات الويندوز C# Programming
FROM American