buzzman2005 0 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 Share this post Link to post Share on other sites
sugi 0 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. Share this post Link to post Share on other sites
buzzman2005 0 Posted December 27, 2004 great its works tahnks alot Share this post Link to post Share on other sites