Saturday 1 June 2019

C# - Form Application - Show console window in forms application


Watch this example on YouTube


1. Go to Project Properties -> Application -> Output Type -> Console Application

2. then the following code will be executed:
Console.WriteLine("button clicked");

2 comments: