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