Form Window Shrinks

  • Thread starter Thread starter mike
  • Start date Start date
M

mike

Hi. I have a form that I maximize in the on open event.
Problem is that when I open another form and then close
the other form, the original form I was in shrinks a
little. Is there a way to keep it maximized at all times?
Thanks!
 
Actually, the best place to put the code is in the Activate event of the
form. The Resize event may not fire under the circumstances described and a
form with a control on it cannot have the Focus, so it's Got Focus event
will not fire.
 
Back
Top