|
-
October 28th, 2008, 02:48 AM
#1
CTreeCtrl Adding Image
Hi ,
i am working with CTreeCtrl,
Here i need to add and remove IMAGE
on the tree item at runtime. ie add an image
only on the particular tree item . How can i do this.
i have tried something like this .
HTREEITEM itemSelected = mtreeCtrl.GetSelectedItem();
mtreeCtrl.SetImageList(&mImageList, LVSIL_NORMAL);
the problem here is Image gets added to all the items
in the tree view . i just want to know how to associate
an image to particular tree item.
i am using CTreeCtrl.
Thanks in Advance.
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
|