-1

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?

LostPhysx
  • 3,573
  • 8
  • 43
  • 73
  • 1
    Is 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 Answers1

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