I want to add a updatable and drawable Control into a windows Form, wherein I can let my game being played, but also is possible to go go fullscreen, if needed. How can I do this?
Asked
Active
Viewed 1,850 times
-1
-
1Is there another reason other then to switch between windowed and fullscreen? If not, then the easiest way go about this is to use the FullScreen property of the GraphicsDevice. – borrillis Aug 19 '13 at 10:39
-
@borrillis It´s only for the game to start in windowed mode but also can go in fullscreen mode like in Minecraft or in 3D Pinball (included in Windows XP) – LostPhysx Aug 19 '13 at 13:08
-
I want to use this control for the game editor, where I can create Maps and Objects etc. – LostPhysx Mar 11 '15 at 10:55
1 Answers
4
Here's a nice tutorial, it's quite easy. You only have to make the base itself, such as the update void. Here!

joppiesaus
- 5,471
- 3
- 26
- 36