kris said:
is visual basic hard to learn? just need some opinions, thanks
Of the various languages I have used...
QBasic
VB
RPG
Pascal
C#
Java
....I would have to say that VB is far and away the easiest not only to learn but
the easiest to look at someone else's code and figure out what it does. Let's
face it, when we are starting out looking at others working code is a huge part
of it and VB just reads easily compared to just about anything else.
Once you are "indoctrinated" though it is not the languages that are hard in too
many cases. It is just discovering and memorizing all of the available "stuff"
from the available object model or API.