MFC VSListBox change icons
-
2012年7月10日 20:51
Does anyone know if it is possible to change the icons on the MFC VSListBox Dialog Control?
Specifically I'm trying to change the folder icon to a '+' icon instead:
すべての返信
-
2012年7月12日 10:56モデレータ
Hi mg527,
Welcome to the MSDN forum.
Based on your description, you want to change the system toolbar of MFC CVSListbox. It is not recommended. If you want, you can try to inherit form the base class and change the toolbar of your class and so forth.
Here I give you some links about your issues:
http://msdn.microsoft.com/en-us/library/9bh53ae3(v=vs.80).aspx (MFC Toolbar Implementation),
http://www.codeproject.com/Articles/3948/WTL-for-MFC-Programmers-Part-III-Toolbars-and-Stat (Toolbars)
I hope my suggestions will help.
Regrads,
Elegentin
Elegentin Xie [MSFT]
MSDN Community Support | Feedback to us
-
2012年7月13日 4:51Thanks for the lead, I'll look into that and see if it works out.

