Re: TreeView
- Posted by wolfgang fritz <wolfritz at KING.IGS.NET> Jul 09, 2000
- 454 views
Thanks to Mathew Lewis, ...change the mask variable to: mask = or_all( {TVIF_IMAGE, TVIF_PARAM, TVIF_TEXT, TVIF_CHILDREN, TVIF_SELECTEDIMAGE}) ...and different icons for items should work. Wolf > can treeview have different icon for every item? i wanna do that but cant get it to work.