473,378 Members | 1,605 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

VB6.0 Vs 2005

vdraceil
236 100+
Can anyone explain me what VB2005 has more than VB6.0 please?
Jun 16 '08 #1
3 2064
jeffstl
432 Expert 256MB
VS 2005 is a completely different programming language.

It is used for developing with .NET (VB.NET, ASP.NET)
Jun 16 '08 #2
jeffstl
432 Expert 256MB
As another note, any "VB" package out after 2005 is essentiall for the .NET archeticture\language.

I only mention this because there is already a VB 2009 in the works I think

VB 6.0 is still widely used and there is a lot of vb6.0 infrastructure out there so its not going away anytime soon, but there will be no more support from Microsoft for it, and someday soon any new servers they produce will probably no longer support VB 6.0.
Jun 16 '08 #3
!NoItAll
297 100+
You're really asking: "What's the difference between VB6 and VB.NET?"
There's a lot of difference. VB.NET is, essentially, a new language because you will have to become familiar with the .NET framework in order to use VB.NET. Much of the familiar VB6 syntax is in place - and for compatibility with VB6 language elements it will still host many methods and functions just like VB6. For example you can still use:

MyString = Left(OrgString, 6) 'you cannot use LEFT$

But the "DotNet Way" is

MyString = OrgString.Substring(0,6)

The daunting part is gaining familiarity with the framework classes. It's a lot like learning to ski. The first several hours you honestly wonder if it is even possible - that no human could actually do this. After a couple of hours you begin to feel the groove and BY GOLLY you're SKIING!
With .NET it's much the same - except it's several days or even weeks. Once you do "feel the groove" you actually begin to like it and you begin to see the power and flexibility. Considering VB6 is going away eventually, and that nothing new will be added - this is your only true course...
There are some nice things.
Declaration and setting a value in one:

Dim MyString as String = "this is mystring"

Incrementing is easier:

I += 1 'increments the value of I by one

Overall speed is quite good.

Deployment is easy - but unduly large as you should always include the .net framework. This means a "Hello World" application is at about 30+ megabytes.

MS still has a ways to go to make the language fit the mission of "Visual Basic" though. Given almost any assignment - I can code something up in VB6 in half the time. C'est la vie...

Des
Jun 17 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.