How To Use
It works just like any other Control. Simply add it to your Toolbox and place it on your form.
The 4.0 .Net Framework also requires a runtime specification "App.config" file which can be copied from the example.
When your program is ready to start your game use the function ".RunGame(<your game here>);"
XNAViewer will do all the hard work for you!
Other self-explanatory functions are:
.PauseGame();
.ResumeGame();
.StopGame();
Download
XNA 4.0:
http://xnaviewer.codeplex.com/releases/view/61964#DownloadId=213358XNA 3.1:
http://xnaviewer.codeplex.com/releases/view/31475#DownloadId=78969
About
XNAViewer is an easy to use Control for running XNA games in Windows Forms without issues. Perfect for game content editors / map makers.
Written using C# .Net 3.5 by Mark Bamford.