Groups | Blog | Home
all groups > c# > may 2006 >

c# : Temporary form



PIEBALD
5/19/2006 2:58:02 PM
Stefano
5/19/2006 11:31:39 PM
Hi,

I want that when an application opens a form of information it is opened
for 5 second ones and then it is closed automatically leaving opened the
application.
Can you help to make that me?
Thanks


Chris Dunaway
5/22/2006 8:32:53 AM
That's called a splash form. If you search Google (or your favorite
search engine) for splash forms, you should find many hits.

Basically, in your form load, you would show another form, the splash
form, and then close it.
AddThis Social Bookmark Button