نکته شماره 6 :

 

private void button1_Click(object sender, EventArgs e)

{

this.Opacity = 1;

   this.Opacity = 1;

for (int i = 0; i < 100; i++)

{

        this.Opacity -= 0.1;

        Thread.Sleep(50);

}