Jump to content

Reset / Clear List View


Recommended Posts

_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 by furrycow
Instant Lockerz Invite - www.instantlockerzinvite.co.uk
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...