Scriptor Posted December 17, 2006 Posted December 17, 2006 How can I delete the contents von TreeViews?
BigDod Posted December 17, 2006 Posted December 17, 2006 How can I delete the contents von TreeViews?See _GUICtrlTreeViewDeleteAllItems in the help files Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
Scriptor Posted December 17, 2006 Author Posted December 17, 2006 Thanks BigDod. Is this right: CODE If (GUICtrlRead($tree1) <> "") Then _GUICtrlTreeViewDeleteAllItems($tree1) EndIf
Zedna Posted December 17, 2006 Posted December 17, 2006 Thanks BigDod. Is this right: CODE If (GUICtrlRead($tree1) <> "") Then _GUICtrlTreeViewDeleteAllItems($tree1) EndIf If _GUICtrlTreeViewGetCount ($tree1) > 0 Then _GUICtrlTreeViewDeleteAllItems($tree1) EndIf All that basics are detailed described in AutoIt HelpFile ... 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