资源说明:能显示位图列表的组合框控件类.
Usage:
1、Include CBitmapPickerCombo.cpp and CBitmapPickerCombo.h in your project
2、In the resource editor create a regular combobox with at least the following styles: DropList, OwnerDraw Variable, Has Strings
3、Create a control member variable for the combobox in VC's classwizard
4、Replace CComboBox with CBitmapPickerCombo in your dialog's .h file
5、In OnInitDialog use the AddBitmap or InsertBitmap member functions to add CBitmaps (and optional strings) to the combobox
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。