Basic Concepts
|
What are Objects and Properties?
|
|
|
|
Creating Applications
|
Naming Objects with the Name Property
|
|
List of Prefixes used in the Hungarian Naming Convention
|
|
Looking at a Sample Application
|
|
Changing Properties and Running a Form
|
|
Creating an Interface and Changing Properties
|
|
|
|
Writing Visual Basic Code
|
Examples of Events that Occur in VB
|
|
Changing Object Properties by using Code
|
|
Adding Comments to your Code
|
|
Moving Around the Visual Basic Code Window
|
|
Creating a Number Cruncher
|
|
Creating a Mortgage Calculator
|
|
|
|
Language Fundamentals
|
Rules for Naming Variables
|
|
Giving Variables a Data Type
|
|
Reducing Errors by Forcing Variable Declarations
|
|
Using DefType to Declare Variables
|
|
Where do you Define a Constant?
|
|
Adding Code to the Number Cruncher
|
|
Adding Code to the Mortgage Calculator
|
|
Adding More Code to the Mortgage Calculator
|
|
|
|
|
Using Operators
|
|
|
Making Decisions, Looping and Jumping
|
Jumping using the GoTo Instruction
|
|
Different Types of Loop Structures
|
|
Using Variables in a For-Next loop
|
|
Exiting a For-Next Loop in Mid-flow
|
|
Exiting a Do-loop Structure in Mid-flow
|
|
Creating a Simple Text Editor
|
|
|
|
Working With Numbers and Strings
|
Using Some of the Functions
|
|
Using VB's String Functions
|
|
A List of String Functions
|
|
Using Some of the String Functions
|
|
Formatting Strings and Numbers with Format
|
|
Comparing Strings with the Like Operator
|
|
|
|
More on Subs and Procedures
|
Main Features of General Procedures
|
|
Creating a General Procedure
|
|
Creating a User-Defined Function
|
|
Passing Parameters to a Sub Procedure
|
|
The View Procedures Buttons
|
|
Adding Existing Code into your Application
|
|
Removing a Code Module or Form
|
|
More on the Drinks Booking Form
|
|
Using Some of the Functions in this Module
|
|
Creating Your Own Sub Procedures
|
|