|
Please recommend this tutorial to your friends:
You need this software to start learning Visual Basic
6.
|
TABLE OF
CONTENTS
|
VISUAL BASIC
6 MADE EASY |
VISUAL BASIC 2008 MADE EASY
|
|
This is the
TEXTBOOK
for
our
Visual Basic 6 TUTORIAL .
It
covers all the topics in this
TUTORIAL .
In addition, it includes many more interesting examples.
It is a GREAT LAERNING COMPANION for our Online Tutorial.
It makes learning Visual Basic 6 much easier and more
effective !
DOWNLOAD this
eBook
now by CLICKING the PICTURE below.
Price: $10.00
Author: Dr.Liew Voon Kiong 
About the Author
|
This is the
TEXTBOOK
for our
VB2008 Tutorial.
It covers all the topics in
VB2008 tutorial .
It is a GREAT LEARNING COMPANION for our VB2008
Tutorial. It makes learning
VB2008
much easier
and more effective !
DOWNLOAD this
eBook
now by
CLICKING the PICTURE below
Author: Dr.Liew Voon Kiong
|
EXCEL VBA MADE EASY
This is the LATEST eBOOK written by the AUTHOR and
WEBMASTER of this tutorial
By using this book, you can Master Excel VBA Instantly! Find out more about
the book by clicking the picture below.

Price:$15.00
Author: Dr.Liew Voon Kiong
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-07-03 |
       
This print copy of Visual Basic 6 Made Easy is the recommended textbook
for this tutorial by Professor Dr. Michael D. Rice of of the computer science department of Wesleyan University.
. |