Form Opacity
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I am Developing an windows application i want when ever my application runs then form opacity will increase slowly from 0 to 100% on timer tick. Thanks & Regards
In the event handler of the timers tick event increase opacity of the form according to your needs. Make sure you don't increase it after you reach 100%
Giorgi Dalakishvili #region signature my articles #endregion