Using (VB) TreeView inside Access 2000 - TechRepublic
General discussion
July 7, 2001 at 01:37 AM
donq

Using (VB) TreeView inside Access 2000

by donq . Updated 24 years, 11 months ago

I need added VB functionality within my Access 2000 application and know it can be done. I prey someone out there knows how to do this and will share his/her knowledge.

Either TreeView or ListView (probably TreeView) is what I am after. TreeView displays a collapsing and expanding hierarchy list (like Explore) based on the little + and ? signs in a box(logo) to the right of each hierarchy level label. That is the functionality I need and am trying to move into Access. It is a pure VB object (CTreeCtrl) and I?m trying to find how to use it inside my Access 2000 application. Give me a code sample with an explanation of what I need to do (inside Access) to import the function, ActiveX, Class, or whatever CTreeCtrl is. It acts like a turbo-charged List Box one can use to zero in on huge data warehouses to locate inventory (or whatever) items. What DLL?s does TreeView require for operation ? I?ll need them to accompany my compiled executable application library.

I will try suggestions amd approve the 1st one that works. I have VB6 and Access 2000 on my development machine.

This discussion is locked

All Comments