|
-
Dec 18th, 2006, 01:54 PM
#1
Thread Starter
Addicted Member
[RESOLVED] wait until finish the functions
Hello everyone
how can i delay loading the form until all functions executes its work???
-
Dec 18th, 2006, 02:07 PM
#2
Hyperactive Member
Re: wait until finish the functions
Use Sub Main to load Form (at startUp) and Form.Show after the job is done. Use a splashForm if needed.
-
Dec 18th, 2006, 02:11 PM
#3
Thread Starter
Addicted Member
Re: wait until finish the functions
well what if this form is not the first
and i'm already using a splash form for the first
actually this is the second form and it has so many functions that should be executed befor showing the form
-
Dec 18th, 2006, 02:23 PM
#4
Hyperactive Member
Re: wait until finish the functions
Then load it. Let functions and stuff work (but don't call the form by setting captions to labels or text in textboxes or anything connected to the form). When all is done: Form.Show.
-
Dec 18th, 2006, 03:03 PM
#5
Thread Starter
Addicted Member
Re: wait until finish the functions
i did it
thanks
-
Dec 18th, 2006, 03:30 PM
#6
Hyperactive Member
Re: wait until finish the functions
 Originally Posted by om-yousif
i did it
thanks

well done!
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
|