Hi, I need switch in console application on maximize window or full screen. Can you help me with this win32 code?
#include <Window.h>
and then put this at the top of your main or something -
SetConsoleDisplayMode(GetStdHandle(STD_OUTPUT_HANDLE), CONSOLE_FULLSCREEN_MODE, 0);
Last edited on