|
-
Mar 24th, 2003, 11:59 PM
#1
Thread Starter
Addicted Member
How to start on VB.NET?
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.
-
Mar 25th, 2003, 12:41 AM
#2
PowerPoster
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.
-
Mar 25th, 2003, 07:38 AM
#3
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.
-
Mar 26th, 2003, 11:58 AM
#4
Frenzied Member
This might help as well: VB.NET synatx
~Peter

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|