* "AlexS" <salexru2000NO@SPAMsympaticoPLEASE.ca> scripsit:
> You can do that in exactly same way as you do on main UI thread.
> Basically this means you have to create Form and use Application.Run on it.
[quoted text clipped - 3 lines]
> one UI thread. See Invoke/BeginInvoke methods for resp. controls and
> threading topics in MSDN for .Net.
Mhm... I still would try to avoid that and create the UI in the main
thread and then use invoke to communicate with the UI.

Signature
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/
Joshua Ellul - 07 Jul 2004 15:25 GMT
The problem is that I have an ActiveX component created in VB, in which I
need to make several instances of the component in different threads. Is it
possible to instantiate a component without adding it to a form?
Josh
> * "AlexS" <salexru2000NO@SPAMsympaticoPLEASE.ca> scripsit:
> > You can do that in exactly same way as you do on main UI thread.
[quoted text clipped - 11 lines]
> Herfried K. Wagner [MVP]
> <URL:http://dotnet.mvps.org/