Saturday, September 18, 2010

Hello World

Today we will be creating a simple program that shows "Hello world" in a message box.

1. Create a Windows Forms Project

2. Add a button to your form

3. Double-click the button and add the following code:

Msgbox("Hello world")

And that's it!