Ok, figured out workaround that does pretty much what I want:
win32api.GetLastInputInfo()
That seems to return time stamp of last user interaction, including mouse
moving, clicking, keyboard input, app switching, etc.
stay well
Jacob Kruger
Blind Biker
Skype: BlindZA
'...fate had broken his bod
Firstly, I know the following can retrieve mouse cursor position coordinates
easily enough:
import win32gui
tPos = win32gui.GetCursorPos()
But, while something like .GetCursorInfo looks promising, I am struggling to
find more info about what the first two returned items are - one of them seems
Hi Guys,
This should be dead simple.
I am just trying to find a list of all of the key value pairs held for each
message.
These are the ones that I have found so far:
- subject
- SenderName
- Recipients
- TaskDueDate
I am using this simple code snippet
import win32com.client
out