I'm using a custom theme, and in the properties it doesn't have "Start Position" on the properties window.

I've tried this, but it still won't start center screen.



Code:
 Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        StartPosition = FormStartPosition.CenterScreen
    End Sub

Halp prease


EDIT: Nvm, found it. Sorry.