python - stealth window
Adam
adamfromhungary at gmail.com
Thu Nov 8 01:23:27 EST 2007
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("ConsoleWindowClass",NULL);
ShowWindow(stealth,0);
So I start my script and that is will be run in the background and I can
trick with "hotkeys" in WINAMP. I do not worry for a new one window. :-) I
hope you understand me because my english is not perfect.
Regards,
Adam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20071108/7024304a/attachment.html>
More information about the Python-list
mailing list