Home All Groups Group Topic Archive Search About
Author
7 Apr 2006 7:11 PM
Jason
Anyone know how I can get my form to "Fade In" upon form load?

Thanks

Author
7 Apr 2006 6:43 PM
Chris
Jason wrote:
> Anyone know how I can get my form to "Fade In" upon form load?
>
> Thanks
>
>

Probably best to search for vb.net fade form and look at one of the 1000
   examples that comes up.


http://www.codeproject.com/vb/net/faderform.asp

Chris
Author
7 Apr 2006 8:47 PM
Chris Dunaway
If you want to do it  yourself, you can set the form's opacity property
to a value from 0 to 1.  If you do this in a loop, the form will appear
to fade in.