|
-
February 26th, 2008, 12:51 PM
#1
Multi Threading
i declare a thread which runs a Sub that just opens up a loading screen while
a query is run on the OS thread. i want to close the loading thread when the
query is done but without using thread.abort(). anyone let me know if there is
a way to do this. If not, i would be ok with using thread.abort() as i dont care
about losing anything from the loading thread because all it does is display a
form on the screen. but i keep getting the ThreadAbortException "Thread was
being aborted" error. so if anyone can help me to hide this error i would really
appreciate it. thanks
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
|