Simply drop this control on any VFP form and call it from the Resize() event to stretch the form to any size. Control and font sizes are proportionally resized to match the current form size.
It works better than the resizer control that comes with VFP. Thanks for the code!
After placing the object on the form add this code to your forms resize event.
thisform.Cmstretcher1.stretch(this)
After placing the object on the form add this code to your forms resize event.
thisform.Cmstretcher1.stretch(this)