Nice looking MFC listbox
I am looking an extended MFC listbox able to开发者_StackOverflow中文版 manage - icon and text - nice selection (vista style)
Do you know a such component ?
CListCtrl in list/report mode could also include icon and text.
Some time ago, the bcgcontrolbar library was incorporated into MFC as a "feature pack".
I don't know if it supports listboxes with embedded images, but it will at least give you a nicer looking listbox with more features than the one in "old" MFC.
http://msdn.microsoft.com/en-us/library/bb984191.aspx
精彩评论