|
-
Sep 26th, 2002, 09:32 AM
#1
Thread Starter
Addicted Member
.NET newer than newbie
I actually don't even have VB.NET installed but I was just wondering how the transition from VB to .NET was? I've seen a few code snippets here and there and the syntax doesn't seem much different at all. If this is the case then I can't wait to get my VB.NET hands dirty.
-
Sep 26th, 2002, 09:35 AM
#2
Syntax is the same, but there many thing you cant do the same way .NET that you may be used to.
gosub is gone
error trapping uses try..catch
properties use get and set blocks instead of 2 seperate let/get properties.
many other little things here and there.
-
Sep 26th, 2002, 12:30 PM
#3
Hyperactive Member
You really must read a VB.NET book if your going to use it. Learning the .NET framework is like learning another programming language altogether.
You WILL have a LOT of trouble if you just decide to make programs (even simple ones) without properly learning VB.NET.
-
Sep 26th, 2002, 11:07 PM
#4
Sleep mode
I agree with Hu Flung Dung. search download.com , you may find tutorials for beginners
-
Sep 28th, 2002, 12:00 PM
#5
New Member
If u know Java, Basic .net is like java with basic sintax.
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
|