Archive

Archive for April, 2012

CTreeOptionsCtrl v1.72

April 29, 2012 Comments off

Just to let everyone know that v1.72 of CTreeOptionsCtrl has been released. Updates for this version include:

  • Updated copyright details.
  • Updated sample project settings to more modern defaults
  • Code now compiles cleanly using Code Analysis (/analyze)
  • When the parent node of a group of checkboxes is also a checkbox (e.g. the Node "Security" in the test app) the parent is checked / unchecked depending on the status of its children whenever a child is modified in the GUI. This previously worked ok when you changed the checkmark of a child in the GUI by mouse or keyboard, but it doesn’t work if the change is made programmatically (via SetCheckBox or by means of the referenced boolean variable). The code has now been updated to handle this anomaly. Thanks to Michael Oerder for providing this nice update.
Advertisement
Categories: Web Site Updates

DtWinVer v1.86

April 28, 2012 Comments off

Just to let everyone know that v1.86 of DtWinVer has been released. Updates for this version include:

Categories: Web Site Updates

CSortedArray / CSortedArrayEx v1.45

April 20, 2012 Comments off

Just to let everyone know that v1.45 of CSortedArray / CSortedArrayEx has been released. Updates for this version include:

  • Addition of a FindOrderedInsertIndex method. This new method returns the index which an item would be inserted at if OrderedInsert was called with the same element without actually inserting the item. Thanks to Michael Stephenson for providing this nice addition.
Categories: Web Site Updates