What is VB?
First off, what is VB? VB stands for Visual Basic, and is a High-Level
Programming Language. A programming language basically allows you
to create programs or applications, such as Microsoft Word. These can then be
run on a number of operating systems, depending on which language you choose.
Visual Basic is specifically for Windows 95 or above.
A High-Level programming language essentially means a
language that is (relatively) easy to learn, and the code you write is similar
to English words. In comparison, a Low-level language would mainly involves
working with assembly language (ie what the PC's own language). It would involve
far more work creating a program using a Low Level language, so nearly everyone
uses High Level programming languages now. Visual Basic, Java, C++, Pascal,
and nearly every other language are now high level languages.
Visual Basic has its roots in a language called BASIC, back in
the days of Amstrads, and when Bill Gates was running Microsoft from his garage.
(BASIC actually stands for Beginners All-Purpose Symbolic Instruction Code if
you really want to know!). Since then, Visual Basic has rapidly evolved, and
today, Visual Basic one of the most popular programming languages around. Fortunately
for you, it is also one of the easiest, and is ideal for beginners.