Resizing a Form

R

Ray

I have an application with a primary form that I want to fill the
available screen space - As if it's maximized - but not.... Because I
have several others that need to float over the primary one.

Any suggestions???
 
R

Richard Harison

Use the MoveSize statement in Visual Basic in the on open event
It has 4 arguments vert location horiz location width & height.
Unfortunately these are weird numbers--# twips 567/cm or 1440/inch (don't ask)
 
Top