Console Full Screen Mode
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hello Can any one tell me how i can change my console display mode to full screen mode in a dos based c++ program. We Believe in Excellence
You will have to use the SetConsoleWindowInfo function to set the size. But before that you have to use functions like GetConsoleWindow, GetConsoleScreenBufferInfo for the actual effect to take place.