Tagged Questions
7
votes
2answers
406 views
Why WinForms applications are STAThread by default?
When you create an empty WinForms application with Visual Studio, the template has the STATread attribute in the main application class.
I have been reading some docs about it, but I'm not sure if I ...
4
votes
1answer
3k views
WPF with Windows Forms - STAThread
I am a newbie to WPF and have a couple of questions about WPF and Windows Forms integration.
I have an existing Visual C# Windows Forms application. I would like to integrate it with a WPF window, ...
0
votes
1answer
154 views
how do I delay instantiation of the main form until responded to an event in a WinForms app?
Some background:
I get the following exception in my code below.
ThreadStateException : ActiveX control '8856f961-340a-11d0-a96b-00c04fd705a2' cannot be instantiated because the current thread is ...