rdgerken
Technical User
- Jul 8, 2002
- 108
I have a worker thread that polls for a connection and updates a label on my form (that was created from the main thread) that tells whether or not the connection is available. I've been reading that this is a big no no, but, my application works ok. Can anyone give me the 411 on this, and maybe explain how to communicate the information from the worker thread back to a control on my main thread created form? I'm dealing with the CF, so the simpler, the better.
Thanks
Thanks