Hi,

I'm really new at VB. This thread really helped me figure out how to add nodes and rootnodes, but I don't want my treeview to ever go beyond the first level of children (no child added to a child). My first thought was to try and figure out if a child was selected and popup a message box telling the user to choose a rootnode, but now I am leaning toward just selecting the rootnode for the user and adding the child sibling node.

Can anyone point me in the right direction with this?

Thanks!