Maximizing/Restoring

Rob.Mills

Registered User.
Local time
Today, 13:59
Joined
Aug 29, 2002
Messages
871
I've got a form maximized in the window. I've got a procedure on the Dbl Click event of one of the textboxes that opens up a small form. Problem is when I have the main form maximized, the smaller form opens maximized as well. Is there a way I can keep the main form maximized and not the smaller form?
 
Set the small popup forms Auto Resize property to No.

Autoeng
 
Actually I already had it set to no but it still maximizes the form on open. At that point if I hit the restore button it restores both forms.

:confused:
 
Have you tried the "MoveSize" command?
 
Ok. Want to change the small form to a pop up? This will open it as a small form on top of your other form. Set the form property to Popup Yes

Autoeng
 
Last edited:

Users who are viewing this thread

Back
Top Bottom