tbaror Posted May 15, 2008 Posted May 15, 2008 Hello All, is it possible to create treeview type like attached image with no multiple checkbox possibility choose only one at a time? thanks
Zedna Posted August 9, 2008 Posted August 9, 2008 Just use GUIRegisterMsg() with WM_NOTIFY and $NM_CLICK,$TVN_KEYDOWNand after checking one items uncheck other items (go through all items except selected one)Look at GUICtrl_Treeview_xxx() functions in AutoIt helpfile ...Here is example:http://www.autoitscript.com/forum/index.ph...st&p=481808 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