
Introduction
This class implements a property list like VB. This control is based on the MFC CListbox
and it allows you to edit the values easily, like edit box, dropdownlist, dropdown, checkcombobox, color, font, folder dialog, file dialog, IP address control, date time checkbox.
If you want to use this control, please follow the following:
- The following eight files are necessary:
- PropertyList.cpp
- PropertyList.h
- checkboxes.bmp
- ChkComboBox.cpp
- ChkComboBox.h
- FoldersDialog.cpp
- FoldersDialog.h
- MemDC.h
The checkboxes.bmp must be added into your project and its resource ID must be "IDB_CHECKBOX
".
- Modify the list box properties as Owner draw: Variable and Has strings.