List application note:

List is an example application and source code of an owner-drawn CListCtrl - an MFC version of the Win32 ListCtrl Common Control). The source is not optimal - rather, it is tutorial. The CListCtrl object is only displayed in its "report" or "details" mode (viz. the right-hand side of the Win95 Explorer when in "Details" mode).

List was created for Windows95.

List is freeware. The MFC source code is included and is also free.

FILES

license.txt	All the important legal things you should know.
readme.txt	This file.
list.exe		The application.
src.zip		The zipped version of the MS VC++ 4.x source code

INSTALLATION

Simply copy all files to a new directory of your choice. The license.txt should be read before use. The application is List.exe. Launch it and select the menu picks: Launch>Launch Grid List. The owner drawn feature adds grid lines - in this way the control appears like a grid control (.vbx or .ocx) but is simply a Win32 Common Control with a little user pizazz! Because of the way the owner-draw I designed works, when you select one item (cell) the entire row is high-lighted - this is what one would expect when dealing with a grid (but not how a typical CListCtrl behaves - again, try out the Explorer to see the difference).

Comments should be sent to pgerhart@voicenet.com

end of application note

