Snippets tagged hello world

  • Form changing color

    Windows Forms tutorial showing how to create form with button and how to register an event handler. When the button is clicked, the form changes its background color.

    48 people like this

    Posted: 13 years ago by Tomas Petricek

  • Hello world (.NET)

    Classical "Hello world" example that prints a message to the console output. This version uses .NET Console.WriteLine method to do the printing.

    31 people like this

    Posted: 13 years ago by Tomas Petricek