Full screen

Nov 28, 2009 at 9:17pm
closed account (2E0XoG1T)
How to make my program run in full screen mode?
Nov 28, 2009 at 9:22pm
It depends what lib you're using.

If this is just some console program, Press Alt+Enter
Nov 28, 2009 at 9:47pm
I am fairly sure that you cannot force the console to open in fullscreen mode when you run your prog. Check Duoas's article on issues in console programming; he has a list of windows console functions there. One of them may do the trick.
Nov 28, 2009 at 10:59pm
You can (sometimes), which OS?
- Duoas hasn't written the article for full screen console yet -
Nov 28, 2009 at 11:31pm
I wonder when he'll get around to that... I'm looking forward to the rest of that article.
Nov 29, 2009 at 10:06am
closed account (2E0XoG1T)
Tell me for both, xp and vista.
Nov 29, 2009 at 10:09am
On Vista isn't possible, on XP call SetConsoleDisplayMode(GetStdHandle(STD_OUTPUT_HANDLE),CONSOLE_FULLSCREEN_MODE,0); ( you need to #include<windows.h> )
Topic archived. No new replies allowed.