Answers for "how to shut application c# winforms"

C#
0

how to exit winforms application and shutdown pc in c#

System.Environment.Exit(1);
Posted by: Guest on June-01-2020
-1

how to exit winforms application and shutdown pc in c#

System.Windows.Forms.Application.ExitThread( )
Posted by: Guest on March-26-2020

Code answers related to "how to shut application c# winforms"

C# Answers by Framework

Browse Popular Code Answers by Language