473,405 Members | 2,444 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,405 software developers and data experts.

Visual Basic 6.0 X Visual Basic 2005 Express

Hi !!!

I need to know if there is compatibility between VB 6.0 and Visual Basic
2005 Express

Everything I need is to compile the VB 6.0 code in Visual Basic 2005 Express
without re-write the code.

So If anyone has any idea about this...

Thanks for any information.
May 30 '06 #1
8 2074
Try opening VB6 project with the newer version and you will get a wizard
that will help you upgrade (based on my experience with VB.NET 2002) but
there is no guarantee that it will work that's depends on the content of the
program

hth,
Samuel

"Zardax" <za***@hotmail.com> wrote in message
news:ud**************@TK2MSFTNGP02.phx.gbl...
Hi !!!

I need to know if there is compatibility between VB 6.0 and Visual Basic
2005 Express

Everything I need is to compile the VB 6.0 code in Visual Basic 2005
Express without re-write the code.

So If anyone has any idea about this...

Thanks for any information.

May 30 '06 #2
Thank you!!!

I will try with VB 2005 Express.

May 30 '06 #3
As Samuel indicates, if your program in VB6 is of any sufficient
complexity, you will more than likely have to make changes to it for it
to run in the .Net world.

The upgrade wizard in VB.Net can really only handle the most basic of
applications.

VB.Net is not really an upgrade to VB6, it is really a new language
that happens to share some similar syntax with VB6.

May 30 '06 #4
"Zardax" <za***@hotmail.com> schrieb:
I need to know if there is compatibility between VB 6.0 and Visual Basic
2005 Express
No, VB 2005 is no technical successor of VB6.
Everything I need is to compile the VB 6.0 code in Visual Basic
2005 Express without re-write the code.


I fear this isn't possible except for some really trivial projects.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
May 30 '06 #5
I upgraded from VB6 to .NET 2002 quite a complicated project I was very
surprised but it did work without modifying a line of code
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:Ok**************@TK2MSFTNGP02.phx.gbl...
"Zardax" <za***@hotmail.com> schrieb:
I need to know if there is compatibility between VB 6.0 and Visual Basic
2005 Express


No, VB 2005 is no technical successor of VB6.
Everything I need is to compile the VB 6.0 code in Visual Basic
2005 Express without re-write the code.


I fear this isn't possible except for some really trivial projects.

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


May 30 '06 #6
ljh
True enough.

Like Herfried said.....it's not the same species. Like comparing fish and
dolphins.....they look similar, but.....

I would suggest a complete rewrite. It will let you learn the new language
and framework better and you will be able to tweak your code using the new
classes quite a bit.

BTW, did you know that both xcopy deployment and no-install applications
were possible with classic VB6? You could even do xcopy deployment with 3rd
party DLLs using VB6 (something not always possible with VB.Net. And,
no-install applications are possible with VB.Net only if you spend an
additional $4,000 MINIMUM PER APP for something like Thinstall. Classic VB6
could do 'em for free.

(ding.....DING....ding) "The More You Know....." ( <--- reference to a
public service message on US television - in case you wondered)

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:Ok**************@TK2MSFTNGP02.phx.gbl...
"Zardax" <za***@hotmail.com> schrieb:
I need to know if there is compatibility between VB 6.0 and Visual Basic
2005 Express


No, VB 2005 is no technical successor of VB6.
Everything I need is to compile the VB 6.0 code in Visual Basic
2005 Express without re-write the code.


I fear this isn't possible except for some really trivial projects.

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

May 30 '06 #7
Samuel,

While the Net2002 upgrading really sucks comparing with 2003. I never tried
the 2005 version which should be even better. The only problem is, that you
should not look at the code that is generated.

Just my thought,

Cor

"Samuel Shulman" <sa************@ntlworld.com> schreef in bericht
news:eN**************@TK2MSFTNGP03.phx.gbl...
I upgraded from VB6 to .NET 2002 quite a complicated project I was very
surprised but it did work without modifying a line of code
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:Ok**************@TK2MSFTNGP02.phx.gbl...
"Zardax" <za***@hotmail.com> schrieb:
I need to know if there is compatibility between VB 6.0 and Visual Basic
2005 Express


No, VB 2005 is no technical successor of VB6.
Everything I need is to compile the VB 6.0 code in Visual Basic
2005 Express without re-write the code.


I fear this isn't possible except for some really trivial projects.

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


May 31 '06 #8
I do XCOPY deploys of VB 6 and VB 2005 applications.

Mike Ober.

"ljh" <So**@where.else> wrote in message
news:RV*******************@bignews3.bellsouth.net. ..
True enough.

Like Herfried said.....it's not the same species. Like comparing fish and
dolphins.....they look similar, but.....

I would suggest a complete rewrite. It will let you learn the new language and framework better and you will be able to tweak your code using the new
classes quite a bit.

BTW, did you know that both xcopy deployment and no-install applications
were possible with classic VB6? You could even do xcopy deployment with 3rd party DLLs using VB6 (something not always possible with VB.Net. And,
no-install applications are possible with VB.Net only if you spend an
additional $4,000 MINIMUM PER APP for something like Thinstall. Classic VB6 could do 'em for free.

(ding.....DING....ding) "The More You Know....." ( <--- reference to a
public service message on US television - in case you wondered)

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:Ok**************@TK2MSFTNGP02.phx.gbl...
"Zardax" <za***@hotmail.com> schrieb:
I need to know if there is compatibility between VB 6.0 and Visual Basic 2005 Express


No, VB 2005 is no technical successor of VB6.
Everything I need is to compile the VB 6.0 code in Visual Basic
2005 Express without re-write the code.


I fear this isn't possible except for some really trivial projects.

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



Jun 1 '06 #9

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

Similar topics

2
by: Bootstrap Bill | last post by:
A new Google group has been formed for the purpose of discussing the new Visual Studio Express products. http://groups-beta.google.com/group/Visual-Studio-Express The products are currently in...
6
by: Brian Henry | last post by:
Visual Basic 2005 Express: http://download.microsoft.com/download/f/c/7/fc7debaf-4513-4300-9e6a-8fe27be88cd1/vbsetup.exe Visual C# 2005 Express:...
4
by: Andrew Robinson | last post by:
My main dev machine has WinXp and VS2005 (pro). 1. I need to install VWD Express Edition so that I can do some instruction on this. Any issues with both on the same machine. Installation order?...
2
by: Progman | last post by:
I have Visual Studio 2005 Standard edition. Is ti the same thing as the Express edition or Standard is more?
3
by: Pitaridis Aristotelis | last post by:
Is there any way to create setup for a project made in Microsoft Visual Basic 2005 Express Edition
2
by: Hunk Gym | last post by:
VB.Net of Visual Studio.Net 2003 VS Visual Basic 2005 Express Edition Good Day! Would be appreciate if there is solution for the following problem: - In VB.Net of Visual Studio.Net 2003,...
3
by: pb | last post by:
Is it possible to create a class library in visual web developer 2005 express edition and complie into a dll? If so how?
10
by: kimiraikkonen | last post by:
Visual C#.NET 2005 express has some issues, unlike VB.NET 2005 has none of them: The most annoying one is: For example if there's a coding error, it must be reported at the buttom of the screen...
3
by: =?Utf-8?B?Rmxhc2hwcm8=?= | last post by:
i have googled this question but cannot find an answer. i'm running windows vista and i'm using Visual Basic Express 2008. i know the build event button SHOULD be in under the compile tag but i...
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: 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?
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:
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,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.