Make your application multi-threaded but work with the web browser control -- and
every other control that's part of your UI -- only from the application's main (GUI)
thread.
Have you tried that and had something work poorly?
At 02:32 AM 10/4/2004, SUBSCRIBE DOTNET-CLR Girikrishna Tirumala wrot
ag, 4. Oktober 2004 08:32
> To: [EMAIL PROTECTED]
> Subject: [ADVANCED-DOTNET] Web browser control in .NET application
>
> Hello,
> We would want to use a web browser control
> SHDocVw.dll in our .NET Windows Form application since a
> native control is
Hello,
We would want to use a web browser control SHDocVw.dll in our .NET
Windows Form application since a native control is unavailable. However
this control can be instantiated only from an single-threading application
wheareas our application is multi-threaded (We cannot make this Single