At this point, I'd like to access the value of a checkbox on the main form from another thread, and don't know how to go about it.. I realize multithreading is a vast and dangerous area you can write a book about..
As my program stands right now, I have a threadpool with 1 worker thread that does some intensive stuff, but needs to check in on the main form's controls (I don't need to write to them at this point)
I'm sure I will want to get more involved in passing data between threads at some point, so I'll take some pointers if you have them.
I have very limited internet access (friday nights only), so it may take me a while to check back in...
Thanks in advance!
As my program stands right now, I have a threadpool with 1 worker thread that does some intensive stuff, but needs to check in on the main form's controls (I don't need to write to them at this point)
I'm sure I will want to get more involved in passing data between threads at some point, so I'll take some pointers if you have them.
I have very limited internet access (friday nights only), so it may take me a while to check back in...
Thanks in advance!