CSHARPWINDOWSFORM Telegram 36
بسم الله الرحمن الرحيم

اليوم سوف نشرح طريقة انشاء زر وانشاء حدث Click للزر برمجياً وبطريقة مختلفة واحترافية

من داخل دالة الحدث Load للفورم

private void Form1_Load(object sender, EventArgs e)
{


Button btn = new Button() { Text = "Button1", Size = new Size(100, 60) };
this.Controls.Add(btn);

btn.Click += delegate (object s, EventArgs a)
{
MessageBox.Show("Hello World");
};
}
والان عند التنفيذ ستجد انهو تم اضافة الزر وعند الضغط عليه سيتم اظهار رسالة MessageBox

ملاحظة :
يجب ان يكون معاملات الدالة Click تختلف عن اسماء معاملات الدالة Load
لان من قواعد البرمجة لايمكن تعريف اكثر من متغير بنفس الاسم



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

بسم الله الرحمن الرحيم

اليوم سوف نشرح طريقة انشاء زر وانشاء حدث Click للزر برمجياً وبطريقة مختلفة واحترافية

من داخل دالة الحدث Load للفورم

private void Form1_Load(object sender, EventArgs e)
{


Button btn = new Button() { Text = "Button1", Size = new Size(100, 60) };
this.Controls.Add(btn);

btn.Click += delegate (object s, EventArgs a)
{
MessageBox.Show("Hello World");
};
}
والان عند التنفيذ ستجد انهو تم اضافة الزر وعند الضغط عليه سيتم اظهار رسالة MessageBox

ملاحظة :
يجب ان يكون معاملات الدالة Click تختلف عن اسماء معاملات الدالة Load
لان من قواعد البرمجة لايمكن تعريف اكثر من متغير بنفس الاسم

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


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

View MORE
Open in Telegram


Telegram News

Date: |

The group also hosted discussions on committing arson, Judge Hui said, including setting roadblocks on fire, hurling petrol bombs at police stations and teaching people to make such weapons. The conversation linked to arson went on for two to three months, Hui said. The main design elements of your Telegram channel include a name, bio (brief description), and avatar. Your bio should be: When choosing the right name for your Telegram channel, use the language of your target audience. The name must sum up the essence of your channel in 1-3 words. If you’re planning to expand your Telegram audience, it makes sense to incorporate keywords into your name. As five out of seven counts were serious, Hui sentenced Ng to six years and six months in jail. Just as the Bitcoin turmoil continues, crypto traders have taken to Telegram to voice their feelings. Crypto investors can reduce their anxiety about losses by joining the “Bear Market Screaming Therapy Group” on Telegram.
from us


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