Hi,
HOw do I program to start my form at centre screen upon startup, without setting from the properties window.
I tried the following, but failed to do so.
frmMyForm.StartUpPosition = 2
as well as this,
frmMyForm.StartUpPosition = vbStartUpScreen
Please advice...thanks


Reply With Quote
