OK I have a TreeView, it works.
1. How can I fill a combobox with the Root Nodes.
2. Adding a child node is case sensitive (ie.
Code:
tvwMenu.Nodes.Add "menu", tvwChild, "help", "I need Help"
is not the same as
tvwMenu.Nodes.Add "Menu", tvwChild, "help", "I need Help"
What is the best way to get around the that? (my thoughts were the combobox)
3. How do I fill a combo box with the list of images in an ImageList?
4. If I click and select an item in a treeview how do I detect which item is selected and delete it via a command button?

Thanks
Zevlag