|
Welcome to Visual Basic tutorial!
Visual Basic
is a programming language that is easy to master . Start learning Visual Basic 6 now by clicking on
VB6Tutorial . To learn Visual Basic 2008, please click on
VB2008 Tutorial.
Subscribe to
VBTutor Blog
for latest Updates.
Who Can Learn Visual Basic
?
VISUAL BASIC is the simplest programming language to learn. It uses syntax that is very similar to English language, so anyone who has fairly good command in English can master Visual Basic quickly. The following is an example of VB code:
If mark>80 Then
grade="A"
ElseIf mark<80 And mark >59 Then
grade="B"
ElseIf mark<60 And mark>49 Then
grade="C"
ElseIf mark<50 And mark>39 Then
grade="D"
Else
grade="E"
End If
From the above example, I am sure everyone can understand the code easily!
Therefore,
EVERYONE can learn VISUAL BASIC !
Our tutorial is written in a simple way that practically anybody with some basic education can learn VB. However, it is comprehensive enough that it also cater for the learning needs of the high school, college and university students who are taking VB and VB related subjects in their courses. In fact, Professor Dr. Michael D. Rice of the computer science department of
Wesleyan University recommends this site as one of the VB learning resources for his students. As a students, your lecturers or professors will often ask you to create your own computer programs as an assignment. If you are facing difficulties with this kind of assignment, you can always look up to this tutorial to get an idea or two to create a good program. If you are involved in business, there are more reasons for you to learn Visual Basic. According to a survey, Visual Basic is the most popular language for creating business applications. With Visual Basic, you can create business programs such as payroll system, inventory management system, point-of-sale system (POS) and many other financial and accounting programs. It will help you to save cost and increase productivity.
So, without further delay, click on
VB6Tutorial to learn Visual Basic 6 and
VB2008 Tutorial to learn Visual Basic 2008.
If you think you have benefited a lot from this tutorial, please donate generously to us so that we can keep on improving the website. Thank you. Click on the following button to donate>
|
| VISUAL BASIC TEXTBOOKS |
|
ISBN:141962895X
Price: $12.00
Visual Basic ® 6 Made Easy
is the
TEXTBOOK for VB6 tutorial. Please Click on the picture above to download the
e-book.
It is written in a straight forward manner so that you can master VB6 easily!
Author: Dr.Liew Voon Kiong

About the Author
|
Visual Basic 2008 Made Easy is the
TEXTBOOK for
VB2008 tutorial. Please Click on the picture below to download the e-book.
It is written in a straight forward manner so that you can master VB2008 easily!!
Price: $14.00
|
|
| Book Review by Readers |
| From Jim Evans "I have just completed the lesson book. I'll have to say that of the 3 books I have purchased and gone through thus far, yours is absolutely the best and most straight forward. The other books I have used go through so much boring background and detail, one tends to fall asleep before you finally get to what you are trying to find out. I suppose that is why they cost from $40 to $50 and above (the printing cost of extraneous materials). Yours however leads one through the basics and builds one up to a higher level, while showing other than talking. Kudos to you! As the commercial goes, "Its so easy a Caveman can do it."
Thanks again,
Jim Evans"
|
|
|