buzzman2005 Posted December 27, 2004 Posted December 27, 2004 hey i'm trying to find the control for this checkbox (see attached pic) this is what the spy shows.... but i see no control..... are checkboxes differetn somehow???? buzz
sugi Posted December 27, 2004 Posted December 27, 2004 This is a SysTreeView32 which contains other controls. the stable version is unable to work with this. But iirc there has been some work done on this on the unstable version but I don't know if it's possible to do something usefull with it. What I've been doing with this control is: ControlSend('Window', 'Text', 'SysTreeView321', '{HOME}{DOWN 2}{SPACE}') or something like that to change a setting. It's safer than using MouseClicks but of course real support for this would still be better.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now