Skip to content

Resize any form easily with VFPStretch. This PRG was inspired from "Stretchy Resize Control"

Notifications You must be signed in to change notification settings

agarciagaray/VFPStretch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VFPStretch

VFPStretch is a free tool for resizing any form in Visual FoxPro 9.0

NOTE: This library was inspired by Stretchy Resize Control

Project Manager

Irwin Rodríguez (Toledo, Spain)

Latest Release

VFPStretch - v.1.2 (beta) - Release 2019-05-20 14:35:31


Example

 // Create the object anywhere in your main prg file.
 // I highly recommend create a property in the _screen object.
 
 If Type("_Screen.oVfpStretch") = "O"
   Removeproperty(_Screen, "oVfpStretch")
 Endif
 
 SET PROCEDURE TO "VFPStretch.prg" ADDITIVE 
 =AddProperty(_Screen, "oVfpStretch", Newobject("vfpStretch",(Locfile("VfpStretch", "prg","VfpStretch Prg Class"))))
 
 //Now put this in your init form event.
 _Screen.oVfpstretch.Do(THISFORM)
 

About

Resize any form easily with VFPStretch. This PRG was inspired from "Stretchy Resize Control"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • xBase 100.0%