Answers for "how to close programs on windows C#"

C#
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
-1

c# close window

Application.Exit();
Posted by: Guest on March-21-2020

Code answers related to "how to close programs on windows C#"

C# Answers by Framework

Browse Popular Code Answers by Language