•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the C++ section within the Software Development category of DaniWeb, a massive community of 392,057 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,244 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our C++ advertiser:
Views: 4341 | Replies: 3
![]() |
No, you have to simulate a few keystrokes with the Windows API function keybd_event. IIRC:
keybd_event ( VK_MENU, 0, 0, 0 ); keybd_event ( VK_RETURN, 0, 0, 0 ); keybd_event ( VK_RETURN, 0, KEYEVENTF_KEYUP, 0 ); keybd_event ( VK_MENU, 0, KEYEVENTF_KEYUP, 0 );
Member of: Beautiful Code Club.
•
•
Join Date: Aug 2005
Location: near St Louis, Missouri, USA
Posts: 10,561
Reputation:
Rep Power: 36
Solved Threads: 860
This works with Dev-C++ but not with VC++ 6.0 (I think it is a compiler bug)
HWND hWnd = GetConsoleWindow(); ShowWindow(hWnd,SW_SHOWMAXIMIZED);
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb C++ Marketplace
- full screen applet in java (Java)
- Anyone know how to? (C)
- Help make Console App Open in fullscreen. (C++)
- Full screen console applications (C++)
- Unable to open games in full screen (Windows NT / 2000 / XP / 2003)
- Full Screen (Java)
Other Threads in the C++ Forum
- Previous Thread: Old ammeture programmer.need help
- Next Thread: C++ reading,writing,displaying a file?



Linear Mode