What's wrong with my code
Code:
Private Sub Form_Load()
Me.BackColor = RGB(83, 83, 83)
Me.DrawWidth = 3
Me.Line (0, 0)-(Me.Width, Me.Height), RGB(124, 35, 2), B
End Sub