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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top