FinalVersion Posted February 14, 2010 Posted February 14, 2010 (edited) How can I reset / clear a listview? And by that I mean get rid of all the current text. Edited February 14, 2010 by FinalVersion [center][+] Steam GUI [+][+] Clipboard Tool [+][+] System :: Uptime [+][+] StarCraft II Mouse Trap [+][/center]
furrycow Posted February 14, 2010 Posted February 14, 2010 (edited) _GUICtrlListView_DeleteAllItems($hWnd) I think when i have used this before, i have found the controlID doesnt always work too well, so i always end up writing; _GUICtrlListView_DeleteAllItems(GUICtrlGetHandle($hWnd)) ...However if that does fail, you could always.. _GUICtrlListView_Destroy(ByRef $hWnd) Then create it again! Edited February 14, 2010 by furrycow Instant Lockerz Invite - www.instantlockerzinvite.co.uk
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