Hi All,

RegCheck2 has now been formally released. It can be downloaded from the bottom of this page:
http://www.vdf-guidance.com/ContribP...ntribRecId=130

Here are the changes made for the final released version:

Changes for the Released version:
- Removed the label (header title) from the test view as it is not needed - the view is maximized.
- Changed the test view's Note textbox wording.
- Changed the "Change Registry Now!" button to not be in bold text and instead set its default_stat to true.
- Removed the resizing logic on sample app startup and added a #Include ActLikeSDI.pkg to RegCheck2_View.vw
instead. It is a better solution for using SDI views.
- Added Skinframework if VDF version is 14 or later.
- Fixed a reference in the RegCheck2.pkg to "RegCheck.pkg". Fixed.
- Added names of other used packages to the top part of RegCheck2.pkg, to make it clear which
files are needed if the RegCheck2.pkg should be used in earlier VDF versions that could not use libraries.
- Enclosed all External_Function declarations in cWinKernex.h with #IFNDEF - #ENDIF because if
one of them were declared somewhere else in a workspace, it would result in compile errors.
- Added new cReadOnlyCheckbox class which is used by the sample view so that "Read_only" checkboxes
cannot be changed.
- Changed the text into images for the RegCheck2_View grid top part.
- Added "Get PathAtIndex..." to the ini-file functions.


Enjoy!