|
-
Feb 22nd, 2000, 02:11 AM
#1
Thread Starter
Hyperactive Member
Usually the form paints (appears) until all the code into the Load event has finished.
How can I force the form to paints (appears) before all this code has finished?
I tryed with 'DoEvents' and 'Form_Paint' but, I don't have results.
Any idea will be appreciated.
[This message has been edited by Tonatiuh (edited 02-22-2000).]
-
Feb 22nd, 2000, 02:17 AM
#2
Frenzied Member
Usually I just put Me.Show as the first line in the Form_Load event. Try that!
~seaweed
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
|