Re: Reading text labels from a Win32 window

2006-11-29 Thread Thomas Heller
[EMAIL PROTECTED] schrieb: > [EMAIL PROTECTED] schrieb: > >> Does anyone know of a way to read text labels from a Win32 application. >> I am familiar with using pywin32 and the SendMessage function to >> capture text from Buttons,text boxex, comboboxes, etc, however, the >> text I am would like to

Re: Reading text labels from a Win32 window

2006-11-28 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] schrieb: > Does anyone know of a way to read text labels from a Win32 application. > I am familiar with using pywin32 and the SendMessage function to > capture text from Buttons,text boxex, comboboxes, etc, however, the > text I am would like to capture doesn't appear to be in a

Reading text labels from a Win32 window

2006-11-28 Thread geskerrett
Does anyone know of a way to read text labels from a Win32 application. I am familiar with using pywin32 and the SendMessage function to capture text from Buttons,text boxex, comboboxes, etc, however, the text I am would like to capture doesn't appear to be in a control. -- http://mail.python.org