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 thisPosted: 13 years ago by Tomas Petricek
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 thisPosted: 13 years ago by Tomas Petricek
Classical "Hello world" example that prints a message to the console output. This version uses F# printfn function to do the printing.
185 people like thisPosted: 13 years ago by Tomas Petricek