UI thread or worker thread?

  • Thread starter Thread starter hagarwal
  • Start date Start date
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
 
Back
Top