Sending commands to a worker thread from a form control???

O

Ole

When updating a form control from a worker thread there is BeginInvonke, but
what if I wish to send information to a worker thread from e.g. a textBox on
the form - what is the correct way to do?

Thanks,
Ole
 
G

Guest

You have a few options: global variables, named events, message queues,
memory mapped files, and probably a few others.

-Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top