Ah actually I think I might go and use some extra calls to show/hide console window on demand. Because this way it’s more controllable and sometimes you can enable system terminal for seeing extra outputs. I used to do that on some of my older programs but yeah I think it’s best to make it into Our Paint as well. Thank you very much for the suggestion :D
HWND hWnd = GetConsoleWindow();
ShowWindow( hWnd, SW_HIDE );