| Visual Basic (Usage) | Copy Code |
|---|---|
Dim srv As XmlServer Dim tvBranches As TreeView Dim lvItems As ListView Dim instance As New ShowBrowseTreeList(srv, tvBranches, lvItems) | |
Parameters
- srv
- URL/ProgID of the server to be browsed
- tvBranches
- TreeView control to display the branches
- lvItems
- ListView control to display the items of the selected branch.
Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
>