INTRODUCTION
An introduction to the Visual Basic language
An introduction to the Visual Basic
IDE (development environment)
Understanding Forms, Projects and Properties
BUILDING A VISUAL BASIC APPLICATION
Creating your first application
The different stages in designing a Visual Basic application
WRITING THE SUB-ROUTINES AND FUNCTIONS
Creating functions and Sub-routines that use parameters
WORKING WITH EVENT DRIVEN CONTROLS
MANAGING VISUAL BASIC DATA
Types of Visual Basic data
Managing variables
WORKING WITH VARIABLES
Assigning values to variables
Operators in Visual Basic
Questions and answers
CONTROLLING PROGRAM FLOW
Conditional operators
Logical operators
Using If...Then... Else
PROGRAM CONTROL
Select
Case examples
LOOPING
Do Loop
For...Next loop
INTRODUCTION TO VB FUNCTIONS
User defined functions
UNDERSTANDING THE BENEFIT OF CONTROL ARRAYS
Learn why and when to use control arrays
BUILDING APPLICATIONS WITH MULTIPLE FORMS
Build a multi-form application and use the form.load and form.unload
events
BUILDING APPLICATIONS WITH COMMON DIALOG CONTROLS
Learn the benefits of COMs and use the most popular common dialog controls
- open, save, font, colour
CONNECTING YOUR APPLICATION TO A DATABASE
How to connect your application to a database, spreadsheet, text file
Questions and answers |