473,378 Members | 1,436 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.

Versions

Hi,
A quick question (not a programmer)

The verisons for VB are (in decending order)

VB 2005
VB .NET 2003
VB .NET 2002
VB 6.0
VB 5.0

Thank you in advance

Peter
Nov 21 '05 #1
12 1412
VB 3.0 should be in there too!!!!

"Peter Waugh" <Pe********@discussions.microsoft.com> wrote in message
news:B2**********************************@microsof t.com...
Hi,
A quick question (not a programmer)

The verisons for VB are (in decending order)

VB 2005
VB .NET 2003
VB .NET 2002
VB 6.0
VB 5.0

Thank you in advance

Peter

Nov 21 '05 #2
Hi Robin,
Thank you for responding
Then this would be correct in decending order

VB 2005
VB .NET 2003
VB .NET 2002
VB 6.0
VB 5.0
VB 3.0

Thank you

"Robin Tucker" wrote:
VB 3.0 should be in there too!!!!

"Peter Waugh" <Pe********@discussions.microsoft.com> wrote in message
news:B2**********************************@microsof t.com...
Hi,
A quick question (not a programmer)

The verisons for VB are (in decending order)

VB 2005
VB .NET 2003
VB .NET 2002
VB 6.0
VB 5.0

Thank you in advance

Peter


Nov 21 '05 #3
Peter,
A quick question (not a programmer)

The verisons for VB are (in decending order)

VB 2005
VB .NET 2003
VB .NET 2002
VB 6.0
VB 5.0

I would not say it this way, there are as well versions for VBS and VBA,
when you clearly ask "VB" that are in my opinion real VB language versions
which are probably used by the most "VB" programmers.

I hope this helps,

Cor
Nov 21 '05 #4
"Peter Waugh" <Pe********@discussions.microsoft.com> wrote in message
news:B2**********************************@microsof t.com...
The versons for VB are (in decending order)
Visual Basic 2005
Visual Basic (.NET) 2003
Visual Basic (.NET) 2002

VB 6.0
VB 5.0
VB 4.0
VB 3.0

I would still suggest (even now) that a distinction needs to be made
between VB 6 (the last version of VB "Proper") and the "grown-up",
fully Object oriented, etc., etc., etc. versions of "Visual Basic".

Thank you for not simply calling them VB 7, VB 7.1 and VB 8. ;-)

Regards,
Phill W.

Thank you in advance

Peter

Nov 21 '05 #5
"Phill. W" <P.A.Ward@o-p-e-n-.-a-c-.-u-k> schrieb:
Thank you for not simply calling them VB 7, VB 7.1 and VB 8. ;-)


Visual Basic 7.0, Visual Basic 7.1, and Visual Basic 8.0 are the names of
the programming language, Visual Basic .NET 2002, Visual Basic .NET 2003,
and Visual Basic 2005 are the product names.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #6
Hi Herfried,

Again a distinction between language and product name ;-)

Just curious, was there any difference between VB 7.0 and VB 7.1? I know
that the .NET Frameworks have some differences, and the IDEs too, but the
languages?
--
Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> escribió en el mensaje
news:Ol**************@TK2MSFTNGP14.phx.gbl...
Visual Basic 7.0, Visual Basic 7.1, and Visual Basic 8.0 are the names of
the programming language, Visual Basic .NET 2002, Visual Basic .NET 2003,
and Visual Basic 2005 are the product names.

Nov 21 '05 #7
Carlos,
| Again a distinction between language and product name ;-)

FWIW:
http://www.panopticoncentral.net/arc...6/13/9544.aspx
| Just curious, was there any difference between VB 7.0 and VB 7.1? I know
| that the .NET Frameworks have some differences, and the IDEs too, but the
| languages?

VB 7.1 gained the left shift and right shift operators,
Dim i As Integer
i = i << 2 ' shift left 2 bit positions
i = i >> 2 ' shift right 2 bit positions

VB 7.1 also gained defining the type inline on the For & For Each
statements.

For Each item As Object In collection
...
Next

For index As Integer = 0 to 10
...
Next

For details on the above 2 items see:
http://msdn.microsoft.com/library/de...icLanguage.asp

For the plethora of additions to VB 8.0 see:

http://msdn2.microsoft.com/library/w...us,vs.80).aspx
Hope this helps
Jay

"Carlos J. Quintero [.NET MVP]" <ca*****@NOSPAMsogecable.com> wrote in
message news:e5**************@TK2MSFTNGP12.phx.gbl...
| Hi Herfried,
|
| Again a distinction between language and product name ;-)
|
| Just curious, was there any difference between VB 7.0 and VB 7.1? I know
| that the .NET Frameworks have some differences, and the IDEs too, but the
| languages?
|
|
| --
| Best regards,
|
| Carlos J. Quintero
|
| MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
| You can code, design and document much faster.
| Free resources for add-in developers:
| http://www.mztools.com
|
|
| "Herfried K. Wagner [MVP]" <hi***************@gmx.at> escribió en el
mensaje
| news:Ol**************@TK2MSFTNGP14.phx.gbl...
|
| > Visual Basic 7.0, Visual Basic 7.1, and Visual Basic 8.0 are the names
of
| > the programming language, Visual Basic .NET 2002, Visual Basic .NET
2003,
| > and Visual Basic 2005 are the product names.
|
|
Nov 21 '05 #8
In .net 2003 i can do:

for i as integer = 0 to 10
next

couldn't do that in 2002

Greetz Peter

--
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to produce
bigger and better idiots. So far, the Universe is winning.

"Carlos J. Quintero [.NET MVP]" <ca*****@NOSPAMsogecable.com> schreef in
bericht news:e5**************@TK2MSFTNGP12.phx.gbl...
Hi Herfried,

Again a distinction between language and product name ;-)

Just curious, was there any difference between VB 7.0 and VB 7.1? I know
that the .NET Frameworks have some differences, and the IDEs too, but the
languages?
--
Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> escribió en el mensaje news:Ol**************@TK2MSFTNGP14.phx.gbl...
Visual Basic 7.0, Visual Basic 7.1, and Visual Basic 8.0 are the names of the programming language, Visual Basic .NET 2002, Visual Basic .NET 2003, and Visual Basic 2005 are the product names.


Nov 21 '05 #9
Ligthert, noone cares....
"Cor Ligthert" <no************@planet.nl> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
Peter,
A quick question (not a programmer)

The verisons for VB are (in decending order)

VB 2005
VB .NET 2003
VB .NET 2002
VB 6.0
VB 5.0

I would not say it this way, there are as well versions for VBS and VBA,
when you clearly ask "VB" that are in my opinion real VB language versions
which are probably used by the most "VB" programmers.

I hope this helps,

Cor

Nov 21 '05 #10
Peter,

If you are still interested you missed couple on the bottom. VB 4.0 and,
ever dear to my heart, VB for DOS (i.e. 1.0)

- - - - - - - - - - -
VB 2005
VB .NET 2003
VB .NET 2002
VB 6.0
VB 5.0
VB 4.0
VB 3.0
VB for DOS (1.0)
- - - - - - - - - - -
Don't remember 2.0.

"Peter Waugh" wrote:
Hi Robin,
Thank you for responding
Then this would be correct in decending order

VB 2005
VB .NET 2003
VB .NET 2002
VB 6.0
VB 5.0
VB 3.0

Thank you

"Robin Tucker" wrote:
VB 3.0 should be in there too!!!!

"Peter Waugh" <Pe********@discussions.microsoft.com> wrote in message
news:B2**********************************@microsof t.com...
Hi,
A quick question (not a programmer)

The verisons for VB are (in decending order)

VB 2005
VB .NET 2003
VB .NET 2002
VB 6.0
VB 5.0

Thank you in advance

Peter


Nov 21 '05 #11
and vb4 was realy two versions - 16 and 32 bit!

kermit wrote:
Peter,

If you are still interested you missed couple on the bottom. VB 4.0 and,
ever dear to my heart, VB for DOS (i.e. 1.0)

- - - - - - - - - - -
VB 2005
VB .NET 2003
VB .NET 2002
VB 6.0
VB 5.0
VB 4.0
VB 3.0
VB for DOS (1.0)
- - - - - - - - - - -
Don't remember 2.0.

"Peter Waugh" wrote:

Hi Robin,
Thank you for responding
Then this would be correct in decending order

VB 2005
VB .NET 2003
VB .NET 2002
VB 6.0
VB 5.0
VB 3.0

Thank you

"Robin Tucker" wrote:

VB 3.0 should be in there too!!!!

"Peter Waugh" <Pe********@discussions.microsoft.com> wrote in message
news:B2**********************************@micro soft.com...

Hi,
A quick question (not a programmer)

The verisons for VB are (in decending order)

VB 2005
VB .NET 2003
VB .NET 2002
VB 6.0
VB 5.0

Thank you in advance

Peter


Nov 21 '05 #12
kermit,
There is also VB 2.0 & VB 1.0 for Windows, both of which were 16 bit.

Also don't forget about VBA, of which I know of 2 or 3 varieties (the
original version in Excel, the a "newer" version (5.0?) in Office, then the
"latest" version (6.*?) in Office. VBA 6 & VB 6 shared the same core
language & runtime. My understanding the compiler & IDE used changes....

AccessBasic in Access 1.0 might be considered VB, however it did have the
name AccessBasic. I forget which version of Access gained VBA.

Then of course there is VBScript.

Hope this helps
Jay

"kermit" <ke****@discussions.microsoft.com> wrote in message
news:29**********************************@microsof t.com...
| Peter,
|
| If you are still interested you missed couple on the bottom. VB 4.0 and,
| ever dear to my heart, VB for DOS (i.e. 1.0)
|
| - - - - - - - - - - -
| VB 2005
| VB .NET 2003
| VB .NET 2002
| VB 6.0
| VB 5.0
| VB 4.0
| VB 3.0
| VB for DOS (1.0)
| - - - - - - - - - - -
| Don't remember 2.0.
|
| "Peter Waugh" wrote:
|
| > Hi Robin,
| > Thank you for responding
| > Then this would be correct in decending order
| >
| > VB 2005
| > VB .NET 2003
| > VB .NET 2002
| > VB 6.0
| > VB 5.0
| > VB 3.0
| >
| > Thank you
| >
| > "Robin Tucker" wrote:
| >
| > > VB 3.0 should be in there too!!!!
| > >
| > > "Peter Waugh" <Pe********@discussions.microsoft.com> wrote in message
| > > news:B2**********************************@microsof t.com...
| > > > Hi,
| > > > A quick question (not a programmer)
| > > >
| > > > The verisons for VB are (in decending order)
| > > >
| > > > VB 2005
| > > > VB .NET 2003
| > > > VB .NET 2002
| > > > VB 6.0
| > > > VB 5.0
| > > >
| > > > Thank you in advance
| > > >
| > > > Peter
| > > >
| > > >
| > >
| > >
| > >
Nov 21 '05 #13

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

Similar topics

7
by: Ted | last post by:
I would like to collect opinions on which versions of Python should be considered watershed versions. By this I mean versions which are stable and contain significant landmark features. As an...
3
by: zorro | last post by:
Hello, If I have to test my code on different Netscape versions, can I download and run those versions on the same computer or will it create conflicts? And if I had to test only one version...
0
by: Oliver Elphick | last post by:
The attached proposal is written primarily for Debian. Its motivation is that the current package upgrade process is pretty flaky and also that the current packaging does not really provide for...
14
by: wolftor | last post by:
1) Is there a free runtime version of Access available that is more recent than the one for Access 2000? 2) If I create an application (MDE) in A2K, will it run on all later versions of Access?...
4
by: Dalan | last post by:
After reading and experiencing the phenomenon of installing MS Office 2000 on a system that already has MS Office 97, or for that matter just Access 97 Runtime, I saw the ugliness that ensues. If...
5
by: Michael Maes | last post by:
Hi, We have an ERP-Application that needs to interact with an "external accountancy program". This is acchieved through a "Connector" (ActiveX-dll) so kindly provided by the Accountancy-Program....
5
by: Laurence | last post by:
In VS.2005 using VB.NET There are two versions on every project, The Assembly Version and the File Version. Why are there two different versions? As far as I can tell, there is not need for...
37
by: Allen Browne | last post by:
If you develop for others, you probably have multiple versions of Access installed so you can edit and create MDEs for clients in different versions. This works fine under Windows XP, even with...
9
by: python | last post by:
Background: I'm going to be processing some raw transaction logs that are 30G in size. As part of this processing I may need to create some very large dictionary structures. I will be running my...
1
by: M.-A. Lemburg | last post by:
On 2008-07-25 08:13, python@bdurham.com wrote: Yes. But then Intel Itanium is being phased out anyway and the AMD64 build works on both Intel and AMD processors. True.
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
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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: 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:
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...

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.