How do I make a program run fullscreen from within its source code?
This is a discussion on Fullscreen within the C++ Programming forums, part of the General Programming Boards category; How do I make a program run fullscreen from within its source code?...
How do I make a program run fullscreen from within its source code?
Search the board - it's been answered before.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
ShowWindow(hWnd, SW_SHOWMAXIMIZED);