[python-win32] Re: Window Location & Logout

Steven Faulconer sfaulconer at cfl.rr.com
Thu Jan 8 07:13:38 EST 2004


Thomas,

I'll take a look at that function. Thanks.

Steven Faulconer

Thomas Heller wrote:

>"Steven M. Faulconer" <geek at cfl.rr.com> writes:
>
>  
>
>>Hello Everyone,
>>
>>I've only been using Python for a short time, but I've enjoyed what
>>I've done with it so far. I've written a login script for our systems
>>that do various tasks, some of them are interactive. It works very
>>well, except when the script runs at logon, the window is
>>minimized. Is there a programatic way to tell the window to
>>'unminimize' itself?
>>    
>>
>
>A random idea, don't know if this works: there's a win32
>GetConsoleWindow() function which returns the console's window handle.
>
>You could try to call this, and then send messages to the window (if the
>functions you need are not wrapped by win32all, try ctypes).
>
>Thomas
>
>
>_______________________________________________
>Python-win32 mailing list
>Python-win32 at python.org
>http://mail.python.org/mailman/listinfo/python-win32
>
>  
>





More information about the Python-win32 mailing list