In a message of Wed, 07 Nov 2007 23:14:22 +0100, Adam writes:
>Hello,
>
>I want create Windows console window in stealth with Python script. I tri
>ed
>search on internet but I do not find anything. I want something like this
>just it is in C++:
>
>HWND stealth; /*creating stealth (window is no
Hello,
I want create Windows console window in stealth with Python script. I tried
search on internet but I do not find anything. I want something like this
just it is in C++:
HWND stealth; /*creating stealth (window is not visible)*/
AllocConsole();
stealth=FindWindowA("ConsoleWindow