well, yes but you should put a better ending to ur program , instead of using End, this can cause memory leaks!!!!!
try to use
Private Sub btnExit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnExit.Click
Me.close ()
End Sub