M
Morgon
Guest
Has anyone figured out the mystical nature of threading yet? lol..
I have a Class that I've created, that starts a new thread ... I'd like to be able to control this thread explicitly beyond my class.. (Basically, I have a button that starts a background thread.. and the Sub it calls, is by whatever is in a listbox) .. That part works fine. But I have another button that's supposed to stop the thread.. and I would like for it to stop the thread based on what's highlighted in the listbox.. but instead it stops the master thread and closes the program.
Anyone able to help me on this? Maybe I'm being a little too confusing, if so, just let me know and I'll explain further.
Thank you!
-Morgon
I have a Class that I've created, that starts a new thread ... I'd like to be able to control this thread explicitly beyond my class.. (Basically, I have a button that starts a background thread.. and the Sub it calls, is by whatever is in a listbox) .. That part works fine. But I have another button that's supposed to stop the thread.. and I would like for it to stop the thread based on what's highlighted in the listbox.. but instead it stops the master thread and closes the program.
Anyone able to help me on this? Maybe I'm being a little too confusing, if so, just let me know and I'll explain further.
Thank you!
-Morgon