|
-
Jun 3rd, 2007, 10:11 PM
#1
Thread Starter
Addicted Member
[2.0] changing window height/width and going fullscreen
How do I change my windows height width, and change to full screen aswell?
-
Jun 3rd, 2007, 10:58 PM
#2
Re: [2.0] changing window height/width and going fullscreen
If you want to display a form full-screen you set the BorderStyle to None and the WindowState to Maximized.
-
Jun 4th, 2007, 09:49 PM
#3
Thread Starter
Addicted Member
Re: [2.0] changing window height/width and going fullscreen
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
-
Jun 4th, 2007, 10:09 PM
#4
Re: [2.0] changing window height/width and going fullscreen
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.
-
Jun 4th, 2007, 10:54 PM
#5
Thread Starter
Addicted Member
Re: [2.0] changing window height/width and going fullscreen
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,
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|