VB 6 code in Visual Studio 2005
I have some VB6 code, but i dont have the VB6 IDE/liscense. However, I do have Visual Studio 2005 (.NET). Can I use VS 2005 to compile and run the VB6 code?
[158 byte] By [
yonestar] at [2007-11-20 11:21:45]

# 1 Re: VB 6 code in Visual Studio 2005
Well the Wizard will attempt to do it automatically. I've seen it work on 3 my apps that had basic tasks. It won't use the Net way to do things, but it will support the VB6 namespace, and commands. Somethings get changed to the Net way, though.
# 2 Re: VB 6 code in Visual Studio 2005
so, the code does need to get upgrade to VB .NET - you can't work with original VB6 code in Visual Studio 2005?
any thoughts on generally how rough the upgrade process is?
thank you!
# 3 Re: VB 6 code in Visual Studio 2005
Just open it. The wizard will ask you a few questions, and it may or may not run. Depending on how many errors, you can decide if it's easier to rewrite, or repair.