Try this piece of code to start you off building your own treeview control (if you still haven't):
Option Compare Database
Option Explicit
Private Sub Form_Load()
Dim ndTop As MSComctlLib.Node
Dim nd As MSComctlLib.Node
With Me.tvwOne.Nodes 'TreeView
.Clear
Set...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.