Answers for "how to kill a form in windows form app"

C#
2

close windows web forms application c#

Application.Exit(); //It needs to be upercase...
Posted by: Guest on November-26-2020
1

how to close an application in c#

this.Close();
//This only close the current form or window that you are using.
Posted by: Guest on July-18-2020

Code answers related to "how to kill a form in windows form app"

C# Answers by Framework

Browse Popular Code Answers by Language