|
-
February 17th, 2012, 10:58 AM
#1
SelectedItem Icon differs with declaration.
I use such code for add items to CTreeView
tvInsert.item.mask = TVIF_TEXT|TVIF_IMAGE|TVIF_SELECTEDIMAGE;
tvInsert.item.iImage = 1;
tvInsert.item.iSelectedImage = 1;
But when I run program in selection field I see other icon - #0, which differs with common state image...
What wrong in my actions?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|