'---This form has a picture of the creator and lists his name...because he's so cool.--- Public Class CreatorForm Private Sub CreatorForm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.Top = (Screen.PrimaryScreen.WorkingArea.Height - Me.Height) / 2 Me.Left = (Screen.PrimaryScreen.WorkingArea.Width - Me.Width) / 2 End Sub End Class