I agree with starting out with C++... it is harder to learn at first, but makes learning other languages later in your life A LOT easily... since C++ is an object-oriented language (which is quite important nowadays), it will be much easier for you to learn other O-O languages in the future since you will already know all the concepts... While if you learn VB first and C++ later, it will be much harder...
I recommend picking up a book and learn the basics... if the book has examples do them... You can't learn programming by reading, have to learn by solving problems and actually writting code...
Good Luck! I learned C++ first, and then learned C and Java in no time... Well, those languages are all based on the same origin, so that made things even more easy... but trust me, learning a O-O language first, then maybe learn non O-O ones later will be much easier than the other way around...