How to close your application
Step 1
To close your application you can call Close() method to do it.
Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Me.Close()
End Sub
Post a Comment
No comments:
Post a Comment