المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Re : Displaying the icons only for subitems in the CListCtrl.



C++ Programming
08-24-2009, 09:12 AM
Hi
i have two columns in the CListCtrl. i want to display the immage only for the subitems and not for the first column. The CListCtrl has set the extended style property of LVS_EX_SUBITEMIMAGES.
when i am trying to load the icons for the subitems it also displayes the first column. how to avoid displaying the icon in the first column?. is there any restrictions or precondition required?

Thanks in Advance
Gokul