I
iccsi
Dim ndPRO As Node
Set ndPRO = Me.tvwSB.Nodes.Add(, , , rsPRO!Provider, imgOpen)
I have above code to add a node to the treeview.
The node added, but I the image does not.
Can you please help me to add an image?
My I have .bmp file name or I need have the image in the image list
and using image from the list?
Your help is great appreciated,
Set ndPRO = Me.tvwSB.Nodes.Add(, , , rsPRO!Provider, imgOpen)
I have above code to add a node to the treeview.
The node added, but I the image does not.
Can you please help me to add an image?
My I have .bmp file name or I need have the image in the image list
and using image from the list?
Your help is great appreciated,