Creating an Object Property List using the CListCtrl
************************************************************************************
Special Note: This Demo was inspired by the work of Matt Gullett, “A Property List Control”.
************************************************************************************
The following is a result of my attempt to create a control that would allow an application to add objects to that control. These objects need not share the same properties. This control is a CListCtrl derived class. Benefits of this control are that it allows its user to place this control in any dialog box. Functions are provided which allow the user to add/remove items within the control. The information within the fields of the control can all be accessed individually.
The code was written in Visual C++ 6.0.
How to Use:
First Copy MyListCtrl.cpp, MyListCtrl.h and IDB_BITMAP to your project workspace.
Within your dialog header file #include the file “MyListCtrl.h”. Add a CListCtrl to your dialog box. Redefine the CListCtrl as a CMyListCtrl.
Examples of how to add a field to the control and how to get information from those fields can be found in the file MyListCtrlDlg.cpp. Though using this control should be simple and straightforward, any question, suggestions or problems can be forwarded to me at marlont@worldnet.att.net.
Date Last Updated Posted: February 5, 1999

Comments
Here's another great properties control, one of the best !!!
Posted by Legacy on 07/29/2003 12:00amOriginally posted by: Scott Evans
I just stumbled across this one the other day, very nice!
Replyhttp://www.codejock.com/products/propertygrid/
Another great properties control
Posted by Legacy on 01/12/2002 12:00amOriginally posted by: Noemie Bigard
Found this fresh one at http://www.aircom.org
ReplyNoemie
ExPropertiesList
Posted by Legacy on 09/29/2001 12:00amOriginally posted by: Mike Philis
ReplyE_mail address change
Posted by Legacy on 06/13/2001 12:00amOriginally posted by: Marlon Tang
My E_Mail address changed from marlont@worldnet.att.net. to marlontang@worldnet.att.net.
ReplySpin control...
Posted by Legacy on 03/09/1999 12:00amOriginally posted by: Cristina Mihet
Normally when you press up arrow of a spin control the number must increase and when you press up arrow of a spin control the number must decrease. Isn't so ?
Reply