Re: [EuroPython] python - stealth window

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

[EuroPython] 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("ConsoleWindow