Reputation: 126
Can you use WinForms with XNA? I would like to use the drag and drop of the WinForms, and use XNA for animations and stuff.
I am wasting a lot of time coding the buttons (in XNA), so with this I thought it would speed my time up.
Upvotes: 1
Views: 524
Reputation: 167
It is possible to create hybrid between Xna and Winform. Check out this project http://create.msdn.com/en-US/education/catalog/sample/winforms_series_1
Upvotes: 4
Reputation: 14432
Why not use WPF?! It has the same 'function' as WinForms and has the ability to implement animations in a simple way (much more simple than in WinForms anyway).
Upvotes: 0