I want to know how to hide a console window when it starts.
It\'s for a keylogger program, but it\'s not my intention to hack someone. It\'s for a littl
Just do that on startup
myConsole = GetConsoleWindow(); ShowWindow(myConsole,0);