Re: win32gui

2009-01-12 Thread Tim Roberts
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

Re: win32gui

2009-01-09 Thread Gandalf
thank you I'm checking autoit documentation... -- http://mail.python.org/mailman/listinfo/python-list

Re: win32gui

2009-01-09 Thread TheSeeker
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

Re: win32gui

2009-01-03 Thread Tim Roberts
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

Re: win32gui

2008-12-30 Thread Mike Driscoll
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

Re: win32gui bug: where to report it?

2005-02-15 Thread Peter Hansen
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

Re: win32gui bug: where to report it?

2005-02-15 Thread Roger Upole
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