Windows Forms is a graphical API of Microsoft .NET Framework, a wrapper providing access to native Microsoft Windows interface elements.

learn more… | top users | synonyms

0
votes
0answers
211 views

Win forms in XNA, exception even with [STAThread]

I am attempting to use System.Windows.Forms objects within an XNA application (as opposed to using a XNA device in a System.Windows.Forms application) - which has no examples as far as the AppHub ...