473,395 Members | 1,577 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,395 software developers and data experts.

VB6 over VB5 advantages?

Hi all

I'm totally familiar with VB5 but am considering moving to VB6 soon.
However, I am a little apprehensive as to what difficulties, if any, are
ahead.

To those that have progressed..
What are the main features that you now use that weren't available in VB5?

Did it take long (hours? weeks? months?) to become comfortable with VB6?

Is VB6 more efficient in the final, compiled .exe in speed, size or
operation?

I may have more, but that will do for now. Very interested in your
comments.

TIA
Don
Jul 17 '05 #1
6 3477
On Thu, 29 Jul 2004 00:42:48 +1000, D & J G wrote:
Hi all

I'm totally familiar with VB5 but am considering moving to VB6 soon.
However, I am a little apprehensive as to what difficulties, if any, are
ahead.

To those that have progressed..
What are the main features that you now use that weren't available in VB5?
A few new keywords.
Did it take long (hours? weeks? months?) to become comfortable with VB6?
No time at all - they're very similar; you may not even notice any
difference.
Is VB6 more efficient in the final, compiled .exe in speed, size or
operation?
No idea - when the opportunity came for me to upgrade, I just did;
didn't test or compare. [shrug]
I may have more, but that will do for now. Very interested in your
comments.


--
auric underscore underscore at hotmail dot com
*****
- You're retarded.
- You're talking to the television.
Jul 17 '05 #2
bout the same
6.0 works databases a little better from what I recall
Does 5.0 have the ADO Data control ?
6.0 has the intrinsic data control AND the ADO data control
save the money

"D & J G" <do********@optusnet.com.au> wrote in message
news:41***********************@news.optusnet.com.a u...
Hi all

I'm totally familiar with VB5 but am considering moving to VB6 soon.
However, I am a little apprehensive as to what difficulties, if any, are
ahead.

To those that have progressed..
What are the main features that you now use that weren't available in VB5?

Did it take long (hours? weeks? months?) to become comfortable with VB6?

Is VB6 more efficient in the final, compiled .exe in speed, size or
operation?

I may have more, but that will do for now. Very interested in your
comments.

TIA
Don

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.721 / Virus Database: 477 - Release Date: 7/16/2004
Jul 17 '05 #3
> I'm totally familiar with VB5 but am considering moving to VB6 soon.
However, I am a little apprehensive as to what difficulties, if any, are ahead.

To those that have progressed..
What are the main features that you now use that weren't available in

VB5?

You get the new string functions Replace, Split and Join (plus some
others)... I don't know where I would be without those.<g>

Rick

Jul 17 '05 #4
"D & J G" <do********@optusnet.com.au> wrote in message
news:41***********************@news.optusnet.com.a u...
Hi all

I'm totally familiar with VB5 but am considering moving to VB6 soon.
However, I am a little apprehensive as to what difficulties, if any, are
ahead.

To those that have progressed..
What are the main features that you now use that weren't available in VB5?

Did it take long (hours? weeks? months?) to become comfortable with VB6?

Is VB6 more efficient in the final, compiled .exe in speed, size or
operation?

I may have more, but that will do for now. Very interested in your
comments.

TIA
Don


Just curious as to why you are looking to upgrade to VB 6, rather than VB
..NET? Apart from the obvious drawback that you need the .NET framework to
run your programs in, VB .NET has some really nice features.
These include (imho, naturally!):

The best IDE I've ever used.
Better implementation of the object-oriented paradigm.
Better integration with the rest of Visual Studio.
Potentially less verbose code (not a biggie to VB developers perhaps, but I
originally learnt 'C'...).
Task Lists to remind you what needs to be done.
An auto-import tool for your old VB 6 projects (which actually works well)

and a whole host of other benefits.

Oh, and the syntax is 95 % VB 6, with a few slight differences. You'll pick
it up in hours.
Jul 17 '05 #5
"Rowland" <ba*****@hotmail.com> wrote in message news:<ce**********@hercules.btinternet.com>...
<cut>
Just curious as to why you are looking to upgrade to VB 6, rather than VB
.NET?
If the OP is concerned about VB5/VB6 differences they are in for a
real shock if they look at VB.Net
Oh, and the syntax is 95 % VB 6, with a few slight differences. You'll pick
it up in hours.


ROTFLMAO
VB.Net bears a superficial resemblance to VB but the differences are
many and even identical syntax doesn't always work the same way. If
you are going to go .Net, go C#. VB.Net is nothing more than a sick
joke.
Jul 17 '05 #6
> > <cut>
Oh, and the syntax is 95 % VB 6, with a few
slight differences. You'll pick it up in hours.
ROTFLMAO


Agreed!!! (I just picked myself up off the floor this very minute.)

VB.Net bears a superficial resemblance to VB but
the differences are many and even identical syntax
doesn't always work the same way.
And when the identical syntax does work the same way, there is almost
invariably an alternative method of coding it that is more efficient
within the .NET framework way of doing things.

If you are going to go .Net, go C#. VB.Net is
nothing more than a sick joke.


Yes, there are arguments favoring C# over VB.NET (they have, as you are
aware, been delineated in several threads on this subject in the various
VB newsgroups); but I am not willing to go as far as you and call VB.NET
a "sick joke". I think it may have a place in the programming world
(assuming Microsoft doesn't abandon it down the line), but that place is
not the same one that VB1 through VB6 occupied. The real pity here is
that Microsoft chose to keep the VB tag in its name... that is just
plain misleading and has been the cause of what seems like an increasing
number of misdirected postings to these classic VB newsgroups by the
VB.NET community.
Rick

Jul 17 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
by: bissatch | last post by:
Hi, Generally if I re-use code, I use a function. If I need to use these functions over a number of pages I write the function to an include file where all pages have access. So when should I...
65
by: Anthony_Barker | last post by:
I have been reading a book about the evolution of the Basic programming language. The author states that Basic - particularly Microsoft's version is full of compromises which crept in along the...
17
by: Kamil Burzynski | last post by:
Hello. I have to create short (1 hour) presentation about C++ advantages over C. Are there any good articles/texts/etc. about such topic? Personally, I'm quite proficient at C++ myself (e.g....
2
by: Mark | last post by:
Hi all, a quick ADO.NET question in regards to the command object. What are the advantages (if any) of specifying command parameters when executing a stored procedure over just calling the stored...
1
by: Husam | last post by:
Hi EveryBody: I have research about advantages and disadvantages of C++ languages In one of my programming courses. Can Any one help me and told me about advantages and disadvantages of C++...
11
by: Bob Rosen | last post by:
I have used VB.NET for several months. Just recently I was asked to modify some web pages that were developed with C#. Although I know that C# is much more popular, in comparing the two all of...
1
by: vumani | last post by:
what is the advantages and disadvantages of Ms SQL server and java servletts front-end on the clien end. what is the advantages and disadvantages of Ms Access on the server, connected via JDBC and...
1
by: bantunks | last post by:
Hello, I am trying to figure out the advantages and disadvantages of exposing interfaces through Opaque data types in C. I have figured/found out the following two advantages 1. Higher level of...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.