I've been using VB 6 to create my apps. What do I need to know to start on VB.NET?
Is that so different?
Is there a "beginner's tutorial" on the web?
Thanks.
Printable View
I've been using VB 6 to create my apps. What do I need to know to start on VB.NET?
Is that so different?
Is there a "beginner's tutorial" on the web?
Thanks.
www.gotdotnet.com
www.msdn.microsoft.com/library
Two good sites. Just do a search on google for VB.Net tutorials, you will get a lot. It is crucial that you learn how the msdn library is organized for .Net, and how to use it. A lot of answers can be found there, just need to know how to look for it.
The biggest stumbling block I have seen for people is that they do not realize everything is an object. You will use the New command a lot in .Net.
Another thing is that they changed some functions within controls, so there are standard routines throughout the controls. So some functions have been renamed, others have been removed.
This might help as well: VB.NET synatx