Maximize Restore problem

J

Johnny Bright

Hi there,

When I open a form via a button on my switchboard, I have the activate event
in the second form restore it so it gives me a nice little form in the middle
of the screen. However, this wants to restore any open form, including my
switchboard. How can I have a second form open, restore but leave my other
forms alone? I do have the activate event of the switchboard maximize, but I
think this is slowing things down.

Thanks,

JR
 
A

Al Camp

JR,
Go into design mode for the 2nd form, and make it a PopUp=Yes. That will allow you to
make form2 any size, but not affect the other maximized forms.
 
Top