owen
owen

Reputation: 126

Using WinForms with XNA?

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

Answers (2)

David Jazbec
David Jazbec

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

Abbas
Abbas

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

Related Questions