Set Mobile Form to Center Sreen
int x = (Screen.PrimaryScreen.Bounds.Width - frmSplash.Width) / 2;
int y = (Screen.PrimaryScreen.Bounds.Height - frmSplash.Height) / 2;
frmSplash.Location = new System.Drawing.Point(x, y);
MELICK RAJEE BARANASOORIYA | Enterprise Architect
Comments