Ghost21 Posted September 3, 2010 Posted September 3, 2010 This is the code I'm trying.. HELP!! $hItemFound = _GUICtrlTreeView_FindItem($Treeview1, "TEST2") _GUICtrlTreeView_Expand($TreeView1,$hItemFound,True) When doing treeview expand it expands to much like below. TEST + TEST2 | - TESTFOUND | _ etc. I would like it only go one level down TEST + TEST2 | - TESTFOUND | - TESTFOUND2 | - ETC.
wakillon Posted September 4, 2010 Posted September 4, 2010 Can we see part of script or screen capture ? AutoIt 3.3.18.0 X86 - SciTE 4.4.6.0 - WIN 11 24H2 X64 - Other Examples Scripts
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