faction Posted April 26, 2006 Posted April 26, 2006 Hello All, Quick... and hopefully easy question for you. I have a Treeview set with the TVS_CHECKBOXES style, and I want some items to be checked by default, and some to be unchecked. Is such a thing possible? Hopefully my question makes sense. Thanks for your help. Cheers.
Zedna Posted April 27, 2006 Posted April 27, 2006 Hello All,Quick... and hopefully easy question for you. I have a Treeview set with the TVS_CHECKBOXES style, and I want some items to be checked by default, and some to be unchecked. Is such a thing possible?Hopefully my question makes sense. Thanks for your help.Cheers.GUICtrlCreateTreeViewItem($text, $TreeView1) If "some condition" Then GUICtrlSetState(-1, $GUI_CHECKED) 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