Centre one form in another

  • Thread starter Thread starter Thief_
  • Start date Start date
T

Thief_

If I have two forms where Form1 shows Form2 and want to centre Form2 into
Form1, is there an easy way to do this?
 
Thief_ said:
If I have two forms where Form1 shows Form2 and want to centre Form2 into
Form1, is there an easy way to do this?

Set the second form's 'StartPosition' property to 'CenterParent' prior to
showing the second form.
 

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

Similar Threads


Back
Top