Center pop-up form on screen ?

  • Thread starter Thread starter SpookiePower
  • Start date Start date
S

SpookiePower

When I opens a pop-up form, I want it to startup in the
middel of the screen, insted of in the corner of the screen.
How can I do this ?
 
When I opens a pop-up form, I want it to startup in the
middel of the screen, insted of in the corner of the screen.
How can I do this ?


You can set the Form AutoCenter property to Yes.
You can also position a form using the MoveSize method in the form's
Open or Load event.
 

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