#define _WIN32_WINNT 0x0500
#include windows.h // don't forget to add the >< to the headers
#include iostream
int main()
{
HWND hWnd = GetConsoleWindow();
ShowWindow( hWnd, SW_HIDE );
return 0;
}
Monday, 13 July 2009
Subscribe to:
Post Comments (Atom)
Hi, is it possible to hide the process too?
ReplyDeleteGood article, let me know!
goof job
ReplyDeleteThis works. Thanks
ReplyDelete