One thing that I've learned is that after you add a
treeview to a form, you get a reference to Microsoft
Windows Common Controls. Then, you can use something like:
Dim ctlTree as MSComctlLib.TreeView
Set ctlTree = Me.ControlName.Object
This way intellisense works, and things are much easier.
Good luck.
Chris Nebinger
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.