Dim w As Integer = SysInfo.WorkingAreaWidthDim h As Integer = SysInfo.WorkingAreaHeight
With baseMainForm .show .WindowState = Windows.Forms.FormWindowState.Normal .Width = 215 .Height = 600 .top = (h-.height) / 2 .left = (w-.width) / 2End With