Guest User

Untitled

a guest
Jan 17th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public static SomeVariable treedata()
  2. {
  3. }
  4.  
  5. Dim treeview As New TreeView
  6. treeview.Nodes(0).Text = "Parent Node"
  7. treeview.Nodes(0).Nodes.Add("Child Node")
  8. Dim tempstring As String = treeview.SelectedNode.Text
Add Comment
Please, Sign In to add comment