How do I change my windows height width, and change to full screen aswell?
Printable View
How do I change my windows height width, and change to full screen aswell?
If you want to display a form full-screen you set the BorderStyle to None and the WindowState to Maximized.
in XNA game studio, there is no form designer, if there is I can't find it,
you do it all by code, but I figured it out anyway thanks
The form designer simply generates code for you. Everything is done in code at run time. I just said to set properties. I didn't say they had to be set in the designer. Any property you can set in the designer you can also set in code at run time, with a very few special exceptions.
ok, thought u meant in the designer, thanks :P
in the XNA games thing there is a function 'IsFullScreen', which goes full screen when set to true,