Microsoft Communities

Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

How do I programmatically set the initial position of a Form so that it is displayed properly on invocation through ShowDialog()?

In addition to setting the Location property of the form, make sure you also set the StartPosition property of the form to FormStartPosition.Manual.

Contributed from George Shepherd's Windows Forms FAQ



Page view counter