Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

listView Reloading problem

Status
Not open for further replies.

edushkushot

Programmer
Jan 11, 2004
15
US
I have a listview that gets its values from a text file and automatically creates checkboxes. When a user checks a box I want new values to load from another text file and change. But I cannot get the listview to clear and then refresh values.. It just hangs. Can someone help? I have tried listview.refresh and listview.clear but none are working well for me.

G :)
 
If you want to remove all items from a listview before reloading it with other items, try listView.Items.Clear()
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top