Splash Page problem (VB.Net 2003)

XandrilZaax

New member
Joined
Jun 3, 2006
Messages
3
Programming Experience
Beginner
Okay, I think this is the right place for this. I'm creating a program that includes a splash page, and I cant figure out how to get it to appear first when I debug and run the program...if someone could point me in the right direction I'd appreciate it.
 
Do you simply want this splash screen to display information to the user or is it displayed because it takes a long time to load your main form and you want the user to see something in that time?

If it's the former then it's easy. If it's the latter then you will need to use multi-threading, which obviously ups the complexity level somewhat.
 
Hi please post the solution anyway so that others can find it.

In my experience you should go to the "My Project" page of your project and choose the appropriate start form.

Thanks,

Pace
 
Back
Top