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
Printable View
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
VB Code:
TreeView1.Nodes.Clear
VB Code:
TreeView1.Nodes.Clear