On Fri, 14 Oct 2005 08:38:49 -0700, "David Schnepper" 
<[EMAIL PROTECTED]> wrote:

>The Windows notion of a "Console" is independent from a "visual window
>on the display".  You can still have a Console without anything appearing
>on the screen.   Generally, if you start a process from a cmd.exe
>window you inherit the cmd.exe window as your console, if your process
>is started from the Services Manager you have no console -- but can
>allocate one with AllocConsole().
>


Unfortunately, this situation is changing in Windows Vista.  Services 
will be absolutely prohibited from interacting with the user.  They will 
have to start up a separate process in the user's session in order to 
communicate

-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to