What coding and properties is required so that after 20 seconds, the splash screen will disappear and the main form will appear, but only once? My current one causes the main form to appear frequently after the first timer event.
Thanks
What coding and properties is required so that after 20 seconds, the splash screen will disappear and the main form will appear, but only once? My current one causes the main form to appear frequently after the first timer event.
Thanks
What exactly is happening when u say:
"My current one causes the main form to appear frequently after the first timer event."?
Do u want the spash screen to only show one time... the first time the app is opened and then never again? Or only show your "main form" only shows once and never again?
????
When things work the way they should it's a wonderful thing! It's the should part that gets me. visit me @ www.unseenbattle.net and drop me a line.
simply add a timer to your form, when the timer elapses, call the forms close method.
Thanks everyone I've figured out the problem to more depth and found out the solution.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks
Algorithms and Data Structures
Java tutorials
Algorithms Forum