redndahead Posted August 10, 2007 Posted August 10, 2007 I would like to create a treeview control with checkboxes. When the parent checkbox is selected all the children get selected. I have created a script that waits for the message from the parent and then it checks the ones that are children. The problem is that a message also occurs when you click the minus sign next to the checkbox which doesn't necessarily mean they checked the box. Has anyone found a work around to get this to work? red
Zedna Posted August 10, 2007 Posted August 10, 2007 Check checked state in your message by _TreeView_GetChecked($hWnd, $hNode) from Auto3Lib Resources UDF ResourcesEx UDF AutoIt Forum Search
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