Thanks for your help.
I will check them out.
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] schrieb:
> Hope someone can steer me in the right direction.
>
> I am trying to use python to collect the values from a Win32
> application's control.
> I can successfull query an retreive the values ListBox, Edit and
> Buttons, however, the application uses a control called a
>
[EMAIL PROTECTED]:
> This page seems to imply that the control can be queried with messages,
> however, my problem seems to be that pywin32.win32con does not define a
> constant for the LVM series of messages.
These are defined in win32/lib/commctrl.py in my installation.
Neil
--
http:/
Hope someone can steer me in the right direction.
I am trying to use python to collect the values from a Win32
application's control.
I can successfull query an retreive the values ListBox, Edit and
Buttons, however, the application uses a control called a
'SysListView32' Control. MSDN says that