Hi,
Is there a way I can detect whether or not the user has any window that is
running in full screen mode? (Playing a game that takes up the entire
screen, or having the browser maximized, etc)
Thanks,
Patrick
___
python-win32 mailing list
python-win32
Hi,
I'm interested in writing a function that returns me the list of IP/port
that the user's machine is connected to. The most naive way is to run
netstat -na on the user's computer and just parse the stdout. Are there
libraries I can call to achieve this as opposed to running an external
comman
Hi,
Does anyone know how I can detect if a system is idle? By idle I am
referring to a user being away from the computer (no keyboard or mouse
movement) for X minutes. Tried searching around but I haven't found
anything that mentions how I can hook into these two events.
Thanks in advance,
Patri
Hello,
I have a python program that needs to launch an executable (it is an
installer executable) that requires admin privileges. This works fine on XP
and Vista machines where UAC is turned off. On Vista machines with UAC on,
however, it doesn't appear to allow the program to launch the executab
Hi,
I am trying to write a program that will perform some operation on the
user's computer when the user launches a particular executable(s) on the
computer and when the user closes them.
One way to achieve this is by polling the process table periodically and
checking to see if one of the runnin
On 11/19/07, bob gailer <[EMAIL PROTECTED]> wrote:
>
> Patrick Li wrote:
> > Hi,
> >
> > I am trying to write a program that will perform some operation on the
> > user's computer when the user launches a particular executable(s) on
> > the computer
Hi,
I have created a simple windows service using win32serviceutil. I was able
to use py2exe to turn it into a windows executable successfully. However, I
cannot figure out how I can get the startup type of this service to
"automatic" instead of "manual". I understand that I can go through the
Hi,
I am interested in scanning the user's process table periodically and
getting the list of running process names as well as their command line
parameters.
For the process names, I am able to get the list of pids using
win32process.EnumProcesses and then use win32api.OpenProcess and
win32proces
Hi,
Does anyone know if there's a way to programmatically check to see if a user
has windows administrator privilege? I need this to work in WinXP and
Vista.
Thanks in advance,
Patrick
___
python-win32 mailing list
python-win32@python.org
http://mail.p
Hi,
I'm running into some memory leak issue when running the
win32pi.GetShortPathName function. Basically I've got a daemon that will
perform this function on lots of long windows path names. Over time, it
looks like the memory footprint increases substantially.
You can reproduce it by simply l
10 matches
Mail list logo