CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Dynamically clear /alter the ListView control

    I need help with the ListView Control. using the listView control within an Access 97 application. I am trying to dynamically add and remove items from a listview control. I am wonderin if there is an easy way to clear the control without having to delete each item in the ListItems collection.


  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: Dynamically clear /alter the ListView control

    Listview1.ListItems.Clear

    RK

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured