SortTest Changes

Copyright © 2009 by David Wincelberg

SortTest 1.7

  1. Fixed hand cursor on About page for display on Vista.
  2. Put in try/catch blocks for operator new throwing CMemoryException where reasonable. Requires "Enable exception handling" (/GX) in the C++ tab, C++ Language category of the Project Settings dialog.

SortText 1.6

Added PreSubclassWindow() to the sort classes to check that window styles are set properly. In debug mode, these classes would assert if required styles are absent or prohibited styles are present.

SortTest 1.5

  1. Renamed classes so that owner-draw classes end in "OD" and insertion-sort classes do not start with "Ins".
  2. Added samples for check list boxes, list controls and tree controls.
  3. Changed the display from a dialog box that contained two samples (list boxes and combo boxes) to a property sheet.
  4. Changed the default sorting method from alphabetic to alphanumeric in the sort classes.
  5. For many of the controls, removing the sort style will turn off sorting. The exceptions are tree controls and list controls. For tree controls, sorting is controlled by calling functions such as SortChildren() and InsertItem().

Return to main page
Last updated: 17-June-2009
Page address: http://www.FileJockeySoftware.com/ANO/changes.html