M
Morgon
Guest
Has anyone figured out the mystical nature of threading yet? lol..
I have a Class that Ive created, that starts a new thread ... Id 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 thats supposed to stop the thread.. and I would like for it to stop the thread based on whats highlighted in the listbox.. but instead it stops the master thread and closes the program.
Anyone able to help me on this? Maybe Im being a little too confusing, if so, just let me know and Ill explain further.
Thank you!
-Morgon
I have a Class that Ive created, that starts a new thread ... Id 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 thats supposed to stop the thread.. and I would like for it to stop the thread based on whats highlighted in the listbox.. but instead it stops the master thread and closes the program.
Anyone able to help me on this? Maybe Im being a little too confusing, if so, just let me know and Ill explain further.
Thank you!
-Morgon