Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fullscreen Console (Win32)

Status
Not open for further replies.

Grodmar

Programmer
Jun 19, 2003
3
0
0
US
Could anyone explain to me how one could have a Win32 console application start in fullscreen mode? Thanks!
 
Hi,
i don't know in C++ you can or not. but you can
change the layout from windows that you use.
for that you can run 'cmd' and then
on titel click right mouse button.
on the menu select standard ... and then in
layout page increase your console screen.

brgd
 
Hi again,
also i think you can use the

GetConsoleScreenBufferInfo(..)
GetLargestConsoleWindowSize(..)
SetConsoleWindowInfo(..)

for setting the size of your console window.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top