|
-
Jul 16th, 2003, 11:42 AM
#1
Thread Starter
I wonder how many charact
Form.Show not completely painting
I am using a form to tell the user to 'Please Wait...', and am using the form's .Show to display the form.
Problem is, the form show's, but its child controls don't... , and because the program keeps running, it doesn't get painted properly... in particular, the message, 'Please Wait ...' is on a Label, and the label doesn't have time to get painted on screen..
How can I get around this?
VB Code:
j.Show()
tt = goGetData() 'this takes between 3-4 seconds
j.Dispose
-
Jul 16th, 2003, 12:14 PM
#2
Thread Starter
I wonder how many charact
Nm, i simply needed to include j.Update() before processing the data retrieval code...
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
|