B Bill Gates Nov 25, 2003 #1 Does anyone know how to center an application on the desktop when starting rather than rely on the default location?
Does anyone know how to center an application on the desktop when starting rather than rely on the default location?
C Chris Dunaway Nov 25, 2003 #2 Does anyone know how to center an application on the desktop when starting rather than rely on the default location? Click to expand... Check the forms StartupPosition property
Does anyone know how to center an application on the desktop when starting rather than rely on the default location? Click to expand... Check the forms StartupPosition property
H Herfried K. Wagner [MVP] Nov 25, 2003 #3 * "Bill Gates said: Does anyone know how to center an application on the desktop when starting rather than rely on the default location? Click to expand... Set the form's 'StartPosition' property to 'CenterScreen'.
* "Bill Gates said: Does anyone know how to center an application on the desktop when starting rather than rely on the default location? Click to expand... Set the form's 'StartPosition' property to 'CenterScreen'.