User Control in it's own thread?

  • Thread starter Thread starter teillon
  • Start date Start date
T

teillon

Is there not any way to create a user control that does it's thing in
it's own thread. Say for example loop and print the time to a listbox?

I want to build one of these uc and put both on a form and have each
run in it's own thread...
 
teillon said:
Is there not any way to create a user control that does it's thing in
it's own thread. Say for example loop and print the time to a listbox?

I want to build one of these uc and put both on a form and have each
run in it's own thread...

The UC can create it's own thread and do the work inside it's own
thread. Use callbacks to update the UI.

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

Similar Threads


Back
Top