
Getting Started with Visual Basic
Keywords: Visual Basic, Programming under Windows,
This tutorial provide to those who are interested, a quick way to learn Visual Basic (VB).
For this tutorial it is assumed that the reader:
This tutorial's purpose is to respund to questions like:
My First Program
- wants to learn how to program using Visual Basic;
- has some programming knowledge;
- want to write programs under Windows;
- WHY DO I NEED THIS?
- How complicate is to write programs under Windows?
- How difficult is to understand them?
- Do I really need to be an expert programmer to be able to write such a code, or these things are not so
complicated?
- What I need is just a practical approach of this problem, and I want to be able to write VB
programs under Windows;
This tutorial is structured as below:
Tutorial 1 - Getting started
Tutorial 2 - The Scroll Bar
Tutorial 3 - Labels and Radio Buttons
Tutorial 4 - Variables and Message Boxes
Tutorial 5 - Menus
Tutorial 6 - Using Objects and Multiple Forms
Tutorial 7 - API functions and Visual Basic
Tutorial 8 - Strings and Visual Basic
Tutorial 9 - Recording Data in a file using VB
Tutorial 10 - Reading data from a text file
Tutorial 11 - Internet and Visual Basic