I have inserted an image list in my form, and set the properties including
the images.
In the form load event I need to assign the image list to the treeview:
lvViewers.Icons = myImagelist
This worked in vb6 (when they were an ImageList and ListView) but after the
conversion it does not like this.
What do I need to do to get this to work?
-Richard M. Hartman