Hi,
I am developing a windows based application. I need to associate images with the nodes that I am adding to a tree.
Currently I am hardcoding the path of the image while adding the image to the node. However because of this, the images are recognised on my machine only.
How can I add the images to the nodes so that they will be accessible on other machines also

Using an image file in my application
sha-d0w
Kapil
Hi,
I am not adding the images from a windows form. There is a separate class library that populates the windows form by adding the nodes to the tree. I need to add the nodes in the class library. I dont think I can take the same approach as the one suggested. Please help.
Utsav