Re: python - stealth window

2007-11-09 Thread Gabriel Genellina
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

python - stealth window

2007-11-07 Thread Adam
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