The only programming language I know is C++, and I would like to learn some others, specifically Visual Basic. So — what are some good beginners tutorials for VB, and what others languages would you suggest are good ideas to learn?

link|improve this question

1  
vb or vb.net? if vb.net - msdn.microsoft.com/vbasic – shahkalpesh Jun 2 '09 at 0:44
1  
I guess C++ developers (experienced) will goto c++/cli or c# – shahkalpesh Jun 2 '09 at 0:45
feedback

5 Answers

up vote 1 down vote accepted

Try this: http://msdn.microsoft.com/en-us/vbasic/ms789086.aspx

link|improve this answer
feedback

I suggest you to start with C#, because is more related to C++ and will give you a good introduction to .net

Petzold book .NET Book Zero - What the C or C++ Programmer Needs to Know About C# and the .NET Framework is perfect for the task (free)

Then you can learn VB.net, a cousin of C#.

link|improve this answer
feedback

You'll find tons of articles and videos on http://www.asp.net/learn

Enjoy

link|improve this answer
feedback

If you already want the tutorials, here is a good site to begin: http://cuinl.tripod.com/tutorials.htm , but here is good too: www.tutorialized.com/tutorials/Visual-Basic/1 . Sorry about my english.

link|improve this answer
feedback

what are some good beginners tutorials for VB

http://www.programmersheaven.com/2/VB-NET-School

what others languages would you suggest are good ideas to learn?

For a powerful language with similar syntax as C++: C#
For a rapid development scripting language: Python

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.