Results 1 to 3 of 3

Thread: clear a treeview

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2006
    Posts
    977

    clear a treeview

    Hi
    how can I delete the content of a treeview,in other words each time I press on "OK",i want the content of the treeview to be cleared

    Thanks

  2. #2
    Frenzied Member Andrew G's Avatar
    Join Date
    Nov 2005
    Location
    Sydney
    Posts
    1,587

    Re: clear a treeview

    VB Code:
    1. TreeView1.Nodes.Clear

  3. #3
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390

    Re: clear a treeview

    VB Code:
    1. TreeView1.Nodes.Clear
    JPnyc rocks!! (Just ask him!)
    If u have your answer please go to the thread tools and click "Mark Thread Resolved"

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