TreeView documentation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Access User

    #1

    TreeView documentation

    I'm looking for complete documentation for the activex component
    "TreeView" in Access. I need a complete list of methods and properties,
    if such a thing exists.

    Paul
  • Albert D. Kallal

    #2
    Re: TreeView documentation

    The best souce of this stuff is the MSDN libary.

    In fact, the BEST way to find things such as the treeveiw is to use the
    treeview contorl!!!

    If you send your browser to :

    http://msdn.microsoft.com/library/default.asp

    In the above, you get a treeveiw on the left side....

    You can go:

    Development tools and languages
    --->Visual Studio 6.0
    -------->Visual Basic 6.0
    ------------->Product documentation
    ---------------->Reference
    -------------------->Controls Reference
    ----------------------->ActiveX controls
    ---------------------------->Treeview

    The final url is:

    http://msdn.microsoft.com/library/en...bjTreeView.asp

    Do note that unless you have the visual studio, or the developers edition of
    ms-access, then you don't have rights to distribute this control.

    Anyway, the above ref has all the methods and properties listed....

    And, perahps you might use ms-access's built in grids..and advoid the
    treeview. I have some ideas here that were used in place of a treeview:



    And, if you want a few code examples in ms-access, then here is some:

    ACC2000: How To Fill a TreeView Control Recursively
    Microsoft Support is here to help you with Microsoft products. Find how-to articles, videos, and training for Microsoft Copilot, Microsoft 365, Windows 11, Surface, and more.


    ACC2000: Example Using TreeView Control Drag-and-Drop Capabilities
    Microsoft Support is here to help you with Microsoft products. Find how-to articles, videos, and training for Microsoft Copilot, Microsoft 365, Windows 11, Surface, and more.



    ACC97: Microsoft Access 97 ActiveX Controls Sample Database Available in
    Download Center
    Microsoft Support is here to help you with Microsoft products. Find how-to articles, videos, and training for Microsoft Copilot, Microsoft 365, Windows 11, Surface, and more.



    --
    Albert D. Kallal (Access MVP)
    Edmonton, Alberta Canada
    pleaseNOOSpamKa llal@msn.com



    Comment

    Working...