CSHARPWINDOWSFORM Telegram 33
5

قم بالرجوع للفورم واضغط على الزر double click للدخول للحدث Click
private void button1_Click(object sender, EventArgs e)
{
label1.Text = textBox1.Text;
this.BackColor = Color.Red;

}

من قائمة الاحداث للفورم افتح الحدث FormClosed واكتب هذا الكود
private void Form1_FormClosed(object sender, FormClosedEventArgs e)
{



Properties.Settings.Default.color = this.BackColor;
Properties.Settings.Default.txtBox = textBox1.Text;
Properties.Settings.Default.lbl = label1.Text;

Properties.Settings.Default.Save();
}


والى اخر خطوة افتح دالة الحدث Load

private void Form1_Load(object sender, EventArgs e)
{
this.BackColor = Properties.Settings.Default.color;
textBox1.Text = Properties.Settings.Default.txtBox;
label1.Text = Properties.Settings.Default.lbl;

}



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

5

قم بالرجوع للفورم واضغط على الزر double click للدخول للحدث Click
private void button1_Click(object sender, EventArgs e)
{
label1.Text = textBox1.Text;
this.BackColor = Color.Red;

}

من قائمة الاحداث للفورم افتح الحدث FormClosed واكتب هذا الكود
private void Form1_FormClosed(object sender, FormClosedEventArgs e)
{



Properties.Settings.Default.color = this.BackColor;
Properties.Settings.Default.txtBox = textBox1.Text;
Properties.Settings.Default.lbl = label1.Text;

Properties.Settings.Default.Save();
}


والى اخر خطوة افتح دالة الحدث Load

private void Form1_Load(object sender, EventArgs e)
{
this.BackColor = Properties.Settings.Default.color;
textBox1.Text = Properties.Settings.Default.txtBox;
label1.Text = Properties.Settings.Default.lbl;

}

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


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

View MORE
Open in Telegram


Telegram News

Date: |

Ng Man-ho, a 27-year-old computer technician, was convicted last month of seven counts of incitement charges after he made use of the 100,000-member Chinese-language channel that he runs and manages to post "seditious messages," which had been shut down since August 2020. While some crypto traders move toward screaming as a coping mechanism, many mental health experts have argued that “scream therapy” is pseudoscience. Scientific research or no, it obviously feels good. Read now As five out of seven counts were serious, Hui sentenced Ng to six years and six months in jail. 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.
from us


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