Serialcoder en Français Serialcoder in English
TEL : +33 (0)9 72 13 15 17

Windows Forms FAQ resources

8. Windows Forms Layout

8.1 How can I programmatically set the initial position of a Form so that it is displayed properly after calling 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.