Introduction
You might have heard how easy is to program in Visual
Basic. Let's find out how easy it really is! In this
chapter, we will create the first application from
scratch. The application is very simple, and displays
a message "Hello World".
There are three main steps to creating an application
in Visual Basic:
- Create the interface
- Set the properties
- Write the code
|