[python-win32] Control-C
Tim Roberts
timr at probo.com
Mon Oct 17 18:48:31 CEST 2005
On Fri, 14 Oct 2005 08:38:49 -0700, "David Schnepper"
<davidsch at verity.com> 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, timr at probo.com
Providenza & Boekelheide, Inc.
More information about the Python-win32
mailing list