November 2002
Beginner
432 pages
11h 44m
English
Mastering the Visual Basic environment—that is, learning its windows and controls—is the first step toward becoming a Visual Basic programming pro.
tip
![]() | The window where the program's results appear is called the output window. If you were to compile the Visual Basic program and save it to the disk, then execute the program from the Windows environment instead of from within the Visual Basic environment, this is the only window you would see. It would then be the program window. |
These are the basic steps you'll follow every time you write a Visual Basic program:
1. | Start Visual ... |