Friday, November 5, 2010

Appling fade out effect to Windows Form

In this post I'm going to show how to and beautiful fade out effect to your windows form,first create the Windows application through you visual studio program and add following code to your application Add timer controller to Form that you are selected. Then add following code to timer control private bool setClose = false; private void timer1_Tick(object sender, EventArgs e) { this.Opacity...

Monday, November 1, 2010