using CImageList with task panel |
Post Reply |
Author | |
amitb
Groupie Joined: 13 September 2006 Status: Offline Points: 50 |
Post Options
Thanks(0)
Posted: 23 August 2007 at 6:09am |
Hi,
Thank you for your previous replies... In my old implementation i was showing a outlook style bar with the help of 1. CXTOutBarCtrl and 2. CImageList But, now as you have mentioned that outbarctrl is quite obsolete, i have put a task panel. The question is how can i set the icons on my taskpanel without me needing to modify much of code... I already know that icons/buttons can be set using AddLinkItem(...) What i want to know is that how can i fit in the new code in the old implementation without much code modification (since i am already using the CImageList at many places...) Or in other terms, can i use the CImageList with Task Panel ??? Thanks in advance. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
just call
m_wndTaskPanel.SetImageList(&m_imageList);
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
amitb
Groupie Joined: 13 September 2006 Status: Offline Points: 50 |
Post Options
Thanks(0)
|
Thanks for the reply Oleg,
I am now using the SetImageList(), but now i want to create the folder on the taskpanel, how do it do that... since in the CXTOutBarCtrl we can use the func: AddFolder(...) And also InsertItem(...) How can i do the same with TaskPanel ??? |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |