Does anyone know of any events that happen when the main VFP window
is resized, maximized, minimized, etc? I am trying to make a form resize with the main window.
Thanks,
Dan.
Dan Welter
MCSD
<I><FONT COLOR="#663300">Does anyone know of any events that happen when the main VFP window
is resized, maximized, minimized, etc? I am trying to make a form resize with the main window.
Thanks,
Dan.</FONT></I>
Nope... Mere Mortals framework added a DeskTopResizeTimer at the goApp level that monitors the size of screen, and if it changes it calls a method in the application object. It is pretty simple, I am sure you could set it up. Basically at instantiation it stores the height and widt of the _screen... You have to be carefull with toolbars though... they change the size of the screen.
BOb