Re: Using win32gui.SendMessage and SysListView32 control

2006-12-04 Thread geskerrett
Thanks for your help. I will check them out. -- http://mail.python.org/mailman/listinfo/python-list

Re: Using win32gui.SendMessage and SysListView32 control

2006-12-03 Thread [EMAIL PROTECTED]
[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 >

Re: Using win32gui.SendMessage and SysListView32 control

2006-12-03 Thread Neil Hodgson
[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:/

Using win32gui.SendMessage and SysListView32 control

2006-12-03 Thread geskerrett
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