Center pop-up form on screen ?

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 ?
 
F

fredg

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.
 
Top