Visual Basic Tutorial

 

This is the top VB tutorial site that use easy approach to teach anyone to create computer programs instantly!

Lots of examples and sample code for download.


You need this software to start learning Visual Basic 6.

 


 

VB2008 TutorialVBA TutorialSample VB ProgramsVB DownloadVB Quick Guide

Welcome to Visual Basic 6 tutorial!

Visual Basic is an easy-to-learn programming language. Everyone can master it in a short time. This tutorial is written especially  for you to learn how to create your own computer programs instantly!

Please subscribe to VB Tutor Blog for latest Updates and Interesting VB Info.

   

Price: $8.00

Visual Basic ® 6 Made Easy is the TEXTBOOK for this tutorial. Please Click on the picture above to download the e-book. (It covers all the topics in this tutorial plus many more examples. You will learn VB6 more effectively with this e-book.)

You can  also buy the print copy of this book from Amazon.com by clicking on the picture on the right.

Author:  Dr.Liew Voon Kiong

About the Author 

The Author also runs the following portal to help college and postgraduate students in conducting academic research.

Academic Research Portal

 

TABLE OF CONTENTS

Lesson 1Introduction
Lesson 2 Building VB Applications
Lesson 3Working with the Controls
Lesson 4Writing the Code
Lesson 5Managing VB Data
Lesson 6Working with Variables
Lesson 7Controlling Program Flow using If ....Then....Else...End If
Lesson 8Select Case....End Select  Control Structure
Lesson 9Looping
Lesson 10VB Built-in Functions
Lesson 11 Mathematical Functions
Lesson 12 Formatting Functions
Lesson 13 String Manipulation Functions
Lesson 14 Creating User-Defined Functions
Lesson 15Creating VBA Functions for Microsoft  Excel
Lesson 16Arrays 
Lesson 17 Working with Files
Lesson 18 Graphics (NEW!)
Lesson 19 Creating Multimedia Applications in VB : Part I
Lesson 20 Creating Multimedia Applications in VB : Part II
Lesson 21 Creating Multimedia Applications in VB : Part III
Lesson 22 Creating Multimedia Applications in VB : Part IV
Lesson 23 Creating Database Applications in VB-Part I
Lesson 24 Creating Database Applications in VB-Part II
Lesson 25 Creating VB Database Applications using ADO Control
Lesson 26 Using Microsoft DataGrid Control 6.0
Lesson 27 Using SQL Queries in VB 6
Lesson 28 More SQL Queries in VB 6
Lesson 29 Creating an Advanced VB Database Application
Lesson 30 Animation- Part I
Lesson 31 Animation-Part II
Lesson 32 Animation- Part III
Lesson 33Creating Internet and Web Applications Part 1: The Web Browser
Lesson 34 Creating Internet and Web Applications Part 2: The FTP Program
Lesson 35 Errors Handling in VB
Lesson 36 Compiling and Distributing Your Programs (NEW!)
 


What is Visual Basic ?

VISUAL BASIC is a high level programming language which was evolved from the earlier DOS version called BASIC. BASIC means Beginners' All-purpose Symbolic Instruction Code. It is a very  easy programming language to learn. The codes look a lot  like English Language. Different software companies produced different version of BASIC, such as Microsoft QBASIC, QUICKBASIC, GWBASIC ,IBM BASICA and so on. However, it seems people only use Microsoft Visual Basic today, as it is a well developed programming language and supporting resources are available everywhere. Now, there are many versions of VB exist in the market, the most popular one and still widely used by many VB programmers is none other than Visual Basic 6. We also have VB.net, VB2005 and the latest VB2008, which is a fully object oriented programming (OOP) language. It is more powerful than VB6 but looks more complicated to master. If you wish to learn VB2008, click on the VB2008 Tutorial.

VISUAL BASIC is a VISUAL and  events driven Programming Language. These are the main divergence from the old BASIC. In BASIC, programming is done in a text-only environment and the program is executed sequentially. In VB, programming is done in a graphical environment. In the old BASIC, you have to write program codes for each graphical object you wish to display it on screen, including its position and its color. However, In VB , you just need to drag and drop any graphical object anywhere on the form, and you can change its color any time using the properties windows.

On the other hand, because  users may click on a certain object randomly, so each object has to be programmed independently to be able to response to those actions (events). Therefore, a VB Program is made up of many subprograms, each has its own program codes, and each can be executed independently and at the same time each can be linked together in one way or another.

 


Copyright ® 2008 Dr.Liew Voon Kiong . All rights reserved |Contact: admin@vbtutor.net

 Number of Visitors:

First created on 16 Oct 1996. Last Update 2009-01-24

HOMESitemapVB Guest Book中文VB教程Flash TutorialHTML TutorialJavaScript TutorialMore VB6 Tutorials

This print copy of Visual Basic 6 Made Easy is the recommended  textbook by Professor Dr. Michael D. Rice  of of the computer science department of Wesleyan University  for his students


 

 

 

 

Visual Basic Books

 

1