Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. K

    C# Need help with windows forms

    By the way, here is the old program I made watching Brackeys' C# course using System; namespace Talketive_Machine { class Program { static void Main(string[] args) { Console.WindowHeight = 30; Console.WindowWidth = 100; Console.Title =...
  2. K

    C# Need help with windows forms

    I made a simple talking program when I just started learning c#. Now I am an average and know a bit about this language, and I decided to take my old program (Which was a console application) and made a new windows forms app with an Input field to Simulate Console.Readline and Output for...
Back
Top Bottom