|
-
Oct 2nd, 2003, 09:24 AM
#3
Frenzied Member
I'm just learning about threading, so take this with a grain of salt.
Why would you want your main form to do some processing and spawn a thread to show a form? I believe the thread dies as soon as the method your thread points to ends.
It might be a better idea to create a thread from your main thread that does the processing, and let the main thread show the other form.
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
|