TreeView Control

  • Thread starter Thread starter R. Choate
  • Start date Start date
R

R. Choate

I need to build a treeview control if I can for use in Access. I want to copy/emulate the Microsoft Code Librarian and apply the
"look" to something similar in my Access app. I don't have to make a perfect copy, but that is the basic look I need.

Everything I've seen seems very complicated and/or limited. Does anybody have any tips on how I can get going on this without
burying 10,000 hours doing it? I am not the most advanced programmer on earth by any stretch.

Thanks !
 
There is a treeview control available in Access - you don't need to build
one from scratch. I'm not sure about whether it will emulate the MSCode
Librarian, since I'm not familiar with that.

The most comprehensive example I've come across illustrating the treeview
control is Alex Dybenko's, available at
http://www.pointltd.com/Downloads/Details.asp?dlID=36

There's a list of references to treeview control use at Jeff Conrad's
AcceeeJunkie site:
http://www.accessmvp.com/JConrad/accessjunkie/treeview.html

HTH,

Rob
 
Thank you for the leads. I'll explore them and see if it leads me to the answers I'm hoping for.

--
RMC,CPA


There is a treeview control available in Access - you don't need to build
one from scratch. I'm not sure about whether it will emulate the MSCode
Librarian, since I'm not familiar with that.

The most comprehensive example I've come across illustrating the treeview
control is Alex Dybenko's, available at
http://www.pointltd.com/Downloads/Details.asp?dlID=36

There's a list of references to treeview control use at Jeff Conrad's
AcceeeJunkie site:
http://www.accessmvp.com/JConrad/accessjunkie/treeview.html

HTH,

Rob
 
Back
Top