I have not been used you this class But perhaps the author can answer you
I attach you other, verify which one is better for you this code go in the ini of the form, chance the extension TXT for PRG
This.NewObject('Resizer','ATResizer','attools.prg',, .T., 0, , )
* VFP6 or newer:
*!* This.NewObject('Resizer','ATResizer','attools.prg',, lParam1, nParam2, cParam3, cParam4)
*!*
*!*
*!* Where lParam1 = .T. Restore last dimensions / Save new dimensions
*!* lParam1 = .F. Use Original Size / Do not save new dimensions (Default)
*!* nParam2 = 0 Use MEM file to save / Restore from (Default)
*!* nParam2 # 0 Use DBF to save / Restore from
*!* cParam3 Save(Restore file name (Default Atresizer)
*!* cParam4 Save to/Restore From MEM meory variable prefix (Default _AT_)
*!* Form dimensions are saved to /Restore from
*!* Prefix+FormName memory variable
*!* f.ex. Form frmCustomer1 dimensions (Left, Top, Width, Height)
*!* are Saved to/Restored from (if prefix is _AT_)
*!* _AT_frmCustomer1 memory variable.
*!* Use prefix that totally separates it from other memory variables.
*!*
*!* cParam3 file is saved to the environment variable WINDIR directory.
*!* If WINDIR not exist, it is saved to SYS(5)+CURDIR() directory.