En Thu, 08 Nov 2007 03:23:27 -0300, Adam <[EMAIL PROTECTED]>
escribió:
> 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 (wind
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("ConsoleWindowC