|
-
Apr 25th, 2010, 07:26 AM
#1
Thread Starter
Hyperactive Member
Pop-up window "Please wait..."
When my App open, it will download data from server.
How to make a pop-up window (messagebox) saying that "Please wait..." and then auto close when download finished?
-
Apr 25th, 2010, 07:57 AM
#2
Re: Pop-up window "Please wait..."
A messagebox will stop all code execution until it disappears.
Use a standard form instead and have it display until your downloading is done.
Typically, it is refered to as a "Splash Screen"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|