I have a single form window application now I want to change the form opacity when application runs. Means when application run it will show low opacity form and as time increse it will show complete form with 100 opacity. So how to do that. (should I use timer control to control opacity, if yes then how????)
I have a single form window application now I want to change the form
Share
in constructor of the form you can write something like this.
And then define a method like this