How to Treeview in VBA

  • Thread starter Thread starter kvenku
  • Start date Start date
K

kvenku

Hi,
I need to use Treeview control in my VBA code. How to populate th
values for parent and the child.

eg.
Television
Sony
Panasonic
JVC
Philips

I need a '+' sign to be in the treeview for Television.. when i clic
the '+' sign the child values should be visible as the above example.

Also how to get a icon displayed in the treeview for the Parent an
Child list.


Thanks
Venkatesh
 
http://support.microsoft.com/default.aspx?scid=kb;en-us;172272&Product=vbb
SAMPLE: TREEVIEW.EXE Manipulating and Saving the Nodes in a TreeView Control

"The purpose of this TreeView sample is to demonstrate the basics of using
and manipulating the TreeView control. This example shows how to add Nodes
using the five different relationship settings of the Nodes Collection Add
Method. It will also allow you to remove a selected Node or branch."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top