Answers for "how to close a process programmaticcaly in 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
0

how to close and reopen an app in c#

Application.Restart();
Posted by: Guest on July-16-2020

C# Answers by Framework

Browse Popular Code Answers by Language