UI thread or worker thread?

H

hagarwal

If I instantiate a Form object on a worker thread:
1. Will that object be owned by the worker thread or the UI thread?
2. What will object.InvokeRequired return if called in the worker
thread?
3. Do I need to use Invoke to show the Form?

Thanks
Harsh
 

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