Friday, January 1, 2016

MWResize 5.1 - VFP control resize class

Updated version of Markus Winhard's resizing class. Fixes issue in resizeControl method with font scaling of certain controls contained in column objects. Updated version number and zz_readme with info on changes made.Author: Markus Winhard (updated by Richard Kaye)  Freeware 32.3K Last updated: 2013.04.03

How to use it:

Drop it on a form or form class in any place (it positions itself at runtime).
The only code snippet you really need is this:

in Form.Resize:
*********************************
     m.This.mwResize1.Resize( m.This )






No comments:

Post a Comment