Gandalf wrote:
?
>Hi, everyone
>I'm searching the win32gui lib to find a way to get the text under the
>user cursor.
>so far I managed to find only the controller ID which under the cursor
>this way
>
>cursorID = win32gui.WindowFromPoint(win32gui.GetCursorPos())
>
>their is function called GetWind
thank you I'm checking autoit documentation...
--
http://mail.python.org/mailman/listinfo/python-list
On Jan 9, 7:34 am, Gandalf wrote:
> Hi, everyone
> I'm searching the win32gui lib to find a way to get the text under the
> user cursor.
> so far I managed to find only the controller ID which under the cursor
> this way
>
> cursorID = win32gui.WindowFromPoint(win32gui.GetCursorPos())
>
> their is
Gandalf wrote:
>
>I'm trying to capture the text word under the user cursor,
>so I was searching the win32 lib for functions I can use.
You should know that, in the general case, this is impossible. Remember
that the screen image you are looking at is just a big array of dots. If
the window und
On Dec 30, 3:22 pm, Gandalf wrote:
> I'm searching the win32gui hooks for a function to get the windowClass
> position any idea?
>
> thanks!
Try looking in the docs:
http://docs.activestate.com/activepython/2.4/pywin32/win32gui.html
I think the GetWindowPlacement() might be what you're looking
George van den Driessche wrote:
This is a bug for which it is pretty much impossible to work out the
workaround without being told it, so I'd like to put the workaround in a
more easily-found place. But where? win32all doesn't seem to have much
documentation, much less a bug database.
http://source
Win32all is called Pywin32 now, and resides on SourceForge:
http://sourceforge.net/projects/pywin32/
Roger
"George van den Driessche" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> It's taken me ages to find out why my window, built out of win32all,
> wasn't
> receiving