greenfalcon
Registered User.
- Local time
- Today, 08:03
- Joined
- Aug 22, 2006
- Messages
- 34
Hello, I need some quick help. I have a database which as a Switchboard, the switchboard can take a few seconds as its performing some tasks in the background upon intialization... What I would like is a form that pops up temporarily that says (Please Wait)
The problem is, my please wait form (frmInitialize) starts to pop up but never shows... its like the code that starts the frmSwitchboard slows down the computer and it is unable to show the frmInitialize form...
Any suggestions on how to accomplish this?
I have tried issuing a "sleep" before opening the frmSwitchboard but no dice.
Any help is appriciated.
Jason
The problem is, my please wait form (frmInitialize) starts to pop up but never shows... its like the code that starts the frmSwitchboard slows down the computer and it is unable to show the frmInitialize form...
Any suggestions on how to accomplish this?
I have tried issuing a "sleep" before opening the frmSwitchboard but no dice.
Any help is appriciated.
Jason