Wondering off-hand if there's a simple/easy way to obtain mouse cursor
coordinates, and, also, how simple is it to interact with operating system, in
terms of if the mouse cursor is in fact outside the GUI as such - if that makes
sense?
TIA
Jacob Kruger
Blind Biker
Skype: BlindZA
'...fate had
Jacob Kruger wrote:
> Wondering off-hand if there's a simple/easy way to obtain mouse cursor
> coordinates, and, also, how simple is it to interact with operating
> system, in terms of if the mouse cursor is in fact outside the GUI as
> such - if that makes sense?
win32gui.GetCursorPos will return
Thanks.
What primarily meant is wondered if an app would only be able to get hold of
mouse cursor coordinates if mouse cursor was over parts of it's interface,
or would it still be able to get real coordinates, as opposed to relative
coordinates even if the mouse moved out off it's interface/w
Ok, just tested it using win32gui.GetCursorPos function, and it does seem to
obtain coordinates outside primary window as well, so let's see - thanks.
Stay well
Jacob Kruger
Blind Biker
Skype: BlindZA
'...fate had broken his body, but not his spirit...'
- Original Message -
From: "Tim
Jacob Kruger wrote:
> Ok, just tested it using win32gui.GetCursorPos function, and it does seem to
> obtain coordinates outside primary window as well, so let's see - thanks.
Right -- you can go fetch the coordinates any time, no matter where the
mouse is on the desktop. But you only get mouse m
Hrm. Is it just embedding via COM servers and services or something else?
i.e. If I wrote a C++ WTL based UI to drive some embedded Python COM client
logic or SQL queries do you think I'd need to do anything extra special?
For various scary reasons I need to write a log collection tool to run on
W
Bill Tutt wrote:
>
> For various scary reasons I need to write a log collection tool to run
> on Win2k and Win2k8 R2. The tool needs to collect some WMI, SQL, and
> eventlog data.
> I can't reboot the computer the tool runs on, so I can't install any
> additional software.
>
Why does that conclus
Bill Tutt wrote:
> Installing .net 2.0 would. It would require doing the requisite
> security updates for .net 2.0 for Win2k, etc
Why do you need .NET 2.0 to install a Python app?
--
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.
___
p
I don't. IF I could install anything I'd install .Net 2.0 since we're a
C#/C++ house. I need to keep the size of this log collection tool small and
don't want to waste space on bits of .py/.pyc/.pyds that I don't need. I'd
rather save space on my technicians USB key for the collected logs/database
Hi Bill,
On 4/02/2012 9:52 AM, Bill Tutt wrote:
Hrm. Is it just embedding via COM servers and services or something else?
i.e. If I wrote a C++ WTL based UI to drive some embedded Python COM
client logic or SQL queries do you think I'd need to do anything extra
special?
Not running the postins
10 matches
Mail list logo