Visual Basic NOT Basic
Despite what you may think (or been told), Visual
Basic is not Basic anymore (in my opinion!). It is becoming more and more
advanced with every release, while still retaining the ease of use. You
can write complex programs, in a fraction of the time it would take you in another
language. It is still very easy to learn, and unlike programming languages it is
not case sensitive, and it uses English, where other programming languages might use
symbols. Another advantage over many other languages is that you do not have to compile
your code to run it, you can run the code, pause it, make some changes to the code, and
then run it again, without ever having to compile it into an exe file.