tags:

views:

118

answers:

5
+5  A: 

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#.

Eduardo Molteni
+1  A: 

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

backslash17
A: 

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

Enjoy

Kane
A: 

Hello Keand64,

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.

Nathan Campos
A: 

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

Dinah