Click to See Complete Forum and Search --> : TreeNode in c#


kobycool
July 7th, 2004, 12:38 PM
hi
how can i add icon or picture to every node in TreeNode?

thanks
koby

womalley
July 7th, 2004, 01:07 PM
look here dude

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vboriTreeViewCtlTasks.asp?frame=true

hikki
July 7th, 2004, 10:59 PM
simply just set the node.ImageIndex , but remember to create a imageList first.