You can pass the index of the image into the constructor of the treenode.

dim nod as New TreeNode("MyText",ImageIndex, SelectedImageIndex)

If you want the image of the node to be the same when it is selected then just pass the same index twice.