Tree View Styles (newbie question) 
Author Message
 Tree View Styles (newbie question)

I'm using tree view in a project, and am having difficulty setting the
style. I want to use style setting number 3, tvwPicturePlusText, which is
+ - and icons (pictures) visible. I'd appreciate help with a snippet to make
it work, as all I've been able to do so far is generate error messages. The
surrounding code is following. Thanks ahead of time.

Frank

---------------------------------------------------------

    Dim nodRoot As MSCETREEVIEWLibCtl.Node

    ' Initialize the TreeView
    tvwFolders.Nodes.Clear
    Set nodRoot = tvwFolders.Nodes.Add(, , "Root", "Storage Card")

    ' Select the root node
    nodRoot.Selected = True

    ' Initialize the Filter combobox
    cboFilter.AddItem "*.bin"
    cboFilter.AddItem "*.*"

    ' This will fire the ComboBox Change event,
    '  which will populate the first set of directories
    cboFilter.Text = "*.*"

    'Expand the root node
    nodRoot.Expanded = True

    ' Clean up
    Set nodRoot = Nothing



Sun, 28 Aug 2005 05:29:14 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Questions on using the new Tree View Control?

2. Simple Tree View Question

3. tree view question

4. Tree view control question.

5. Tree View question

6. Tree View Question

7. Tree view question

8. tree view and list view..

9. Tree View Control as file view

10. Tree View / List View

11. List View to Tree View

12. Tree View & List View Icons

 

 
Powered by phpBB® Forum Software