There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
access audio avg avg 8 bios blue screen boot browser bsod computer cpu crash css dell desktop driver drivers dvd email error excel explorer firefox firefox 3 freeze gimp graphics hard drive hardware hijackthis hjt install internet internet explorer itunes keyboard laptop macro malware missing monitor network networking outlook outlook 2003 outlook 2007 outlook express password popups problem problems router seo server slow sound sp3 spyware trojan usb video virtumonde virus vista vundo windows windows vista windows xp winxp wireless
Software Development
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Software & Hardware > Software Development >
Visual Basic.NET vs Visual Basic


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

 
Thread Tools
pradhan's Avatar
Senior Member with 127 posts.
 
Join Date: Apr 2002
Location: Chicago
01-Apr-2005, 08:53 AM #1
Visual Basic.NET vs Visual Basic
I've got some time on my hands and thought to teach myself VB. Can someone give me a quick differentiation between VB6 and VB.NET? Is the latter just the more recent version, or does it include internet controls?

Thanks
Pradhan
Ciberblade's Avatar
Computer Specs
Community Moderator with 15,700 posts.
 
Join Date: Sep 2003
Location: Heart of the Bluegrass Ky
Experience: Mostly Harmless
01-Apr-2005, 10:24 AM #2
In short...VB.NET is Microsofts answer to Java
pradhan's Avatar
Senior Member with 127 posts.
 
Join Date: Apr 2002
Location: Chicago
01-Apr-2005, 10:29 AM #3
VB vs VB.NET
So from the standpoint of just writing small utilities, etc, VB would be the thing to learn, yes? ...not VB.Net
Ciberblade's Avatar
Computer Specs
Community Moderator with 15,700 posts.
 
Join Date: Sep 2003
Location: Heart of the Bluegrass Ky
Experience: Mostly Harmless
01-Apr-2005, 10:45 AM #4
Look at the code differences:
Code:
' VB6 code
Dim x As Long
Randomize Timer
x = Int(Rnd*9)
Code:
' VB.NET code
Dim RandomNumber As System.Random
RandomNumber = New Random(System.DateTime.Now.Millisecond)
RandomNumber.Next(0, 8)
.NET is a much more flexible and powerful language, with many of the features that VB6 should have but didn't come with. Plus it has the OOP (object oriented programming) of C++ and Java.
Check this link out
http://msdn.microsoft.com/library/de...icveterans.asp

VB6 would be easier to learn...but .NET would be more full function
__________________
82,268
*AD-Aware*AIDA32*AVG-7*Filemon*Hijack This*PortMon*Process Explorer*TSG Forums menu*

Far righty-tighty Wingnut Libertarian ( ) - annoyingly free thinking with no tendency to agree on anything with anyone. - BF

If you wish...you can now come to church with me! A church that is NOT normal...a church for people who don't like 'church'
Gibbs's Avatar
Senior Member with 638 posts.
 
Join Date: Feb 2005
Location: England
Experience: Intermediate
05-Apr-2005, 07:05 AM #5
If you know neither, go for VB.NET. I haven't had time or money to pay for it but and although theres more support and examples for Visual BASIC but i'm guessing Microsoft wants .NET to be the way forward...
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 11:43 PM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.