Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I create a splash screen that displays status?

Status
Not open for further replies.

agc1976

Programmer
May 2, 2001
36
0
0
PR
I want to have a splash screen with a label that displays the loading status (this process might take a while).

e.g. I want the label to cycle through the following values:
"Deleting temporary data"
"Checking security"
etc...

The problem is that the form won't show until AFTER the OnLoad and OnActivate events...

How can I ensure that the form shows before starting to run the code?
Thank you
 
Have the code you are running call up the splash screen with the message you want displayed. At the end of the process, close the form and reopen it with the next message explaining the next process. To make this look less "clunky" and more planned for the user, change the form background color with each opening. Alternating back and forth between two colors will be perceived as added emphasis to the messages. "Databases That Work The Way You Do!"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top