From within the Visual Studio environment, click on the form that you wish to have centered. In the Properties Window (press F4 if it's not visible), scroll down to the StartPosition property and select CenterScreen. You can do this for each form and all will be centered regardless of screen resolution.
Dr. Purdum
|