| Computing.Net: Over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to sign up now, it's free! |
C++: Fullscreen
|
Original Message
|
Name: Dave Henry
Date: July 9, 2002 at 22:30:04 Pacific
Subject: C++: Fullscreen
|
Comment: How can I make the console fullscreen when programming in C++?
Report Offensive Message For Removal
|
|
Response Number 1
|
Name: Dave Henry
Date: July 9, 2002 at 22:32:35 Pacific
|
Reply: (edit)I understand that my previous post may have been confusing, let me restate: What is the C++ command used to make the console fullscreen when compiled?
Report Offensive Follow Up For Removal
|
|
Response Number 2
|
Name: cup
Date: July 10, 2002 at 01:20:35 Pacific
|
Reply: (edit)Which version of windows are you using. I don't know if you can do this on 9x/ME. On NT/XP 1) Run the program once in windowed mode 2) Change the properties to full screen 3) When it asks, how the properties should be saved, click on the option - for all programs of the same name or some similar wording.
Report Offensive Follow Up For Removal
|
|
Response Number 6
|
Name: latex
Date: July 15, 2002 at 17:45:16 Pacific
|
Reply: (edit)keybd_event(VK_MENU,0x38,0,0); keybd_event(VK_RETURN,0x1c,0,0); keybd_event(VK_RETURN,0x1c,KEYEVENTF_KEYUP,0); keybd_event(VK_MENU,0x38,KEYEVENTF_KEYUP,0); seems to work, althoug im at a loss as to why...anyone?
Report Offensive Follow Up For Removal
|

Post Locked
This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
Go to Programming Forum Home