JDogg Posted August 28, 2003 Posted August 28, 2003 Hi. Can someone tell me how to splash an intro form on the screen at the beginning of my program? Thanks. Quote
Illusion Posted August 28, 2003 Posted August 28, 2003 Create a new form, Set the form to FormBorderStyle to None (in propertys) and set that form to start up ... A blank form ready for you to use. Quote
JDogg Posted August 28, 2003 Author Posted August 28, 2003 ya, but then what do I do with it? Say I have it so that the user clicks anywhere to begin using the program... then what? I can't close the intro form, cuz it being the startup form that would make the program end... I could hide it, but then how do I get rid of it when the user closes the program? Won't it be left hanging? Quote
Illusion Posted August 28, 2003 Posted August 28, 2003 open another window and close the splash screen as long as you have a window open/hidden then your program will still run. Quote
*Experts* mutant Posted August 28, 2003 *Experts* Posted August 28, 2003 You could startup from sub Main and start a message loop for the splash screen, and then when that message loop ends create another one. Or simply hide the splash screen and then open all the other forms. Quote
hog Posted September 2, 2003 Posted September 2, 2003 See my post in the general section re splash screen Quote My website
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.