Gandalf <goldn...@gmail.com> 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 GetWindowText I tried to use but it doesn't
>work in most of the time
>
>someone know a way to do this?

Did you not like the reply I gave you the first time you asked this
question?
-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to