Code:
Private Sub Form_Load()
Me.WindowState = 2
With Label1
        .Move (ScaleWidth - .Width) / 2, (ScaleHeight - .Height) / 2
    End With
End Sub
Can anybody suggest why the label is not centering on the form using this code?