Depending on end users primary screen resolution, I size my form.
After resizing I would like to center the form on the primary screenCode:Me.Size = New System.Drawing.Size((workingRectangle.Width - 200), (workingRectangle.Height - 200))
Please can someone show me how to do this ?
Me.StartPosition = FormStartPosition.CenterScreen does not center it.




Reply With Quote