Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Embed XNA in WinForms

Is it possible to embed an XNA game in a C# WinForm or a C++ Window. If yes then How.

I want to use normal UI controls & have a windowed interface of the game for more interactive & dynamic simulations.

like image 313
Moon Avatar asked Jul 02 '11 16:07

Moon


1 Answers

The official samples:

  • XNA WinForms Series 1: Graphics Device
  • XNA WinForms Series 2: Content Loading
like image 105
Andrew Russell Avatar answered Nov 02 '22 01:11

Andrew Russell