Code:
Private Sub Form_Load()
Me.BorderStyle = BorderStyle.None
Me.Width = Screen.Width
Me.Height = Screen.Height
Me.Top = 0
Me.Left = 0
End Sub