I need help on the command of termination of the execution when the application is processing. After the termination, all of the setting will be default e.g form_load setting.
Not sure exactly what you ask for, but here is a funny intrepretation:
VB.NET:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) _
Handles Button1.Click
Me.Hide()
Process.Start(Application.ExecutablePath)
Application.Exit()
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.