Can VS 2003 import VB6 projects?

  • Thread starter Thread starter Auric__
  • Start date Start date
A

Auric__

I'm a VB6 programmer (with a leetel bit of C-ish languages) and I'm
going to bite the bullet and give .Net a try - again - but I want to see
how things work by importing my current projects and seeing what
happens. Is this by any chance built into VS 2003? (I'd like to know
*before* installing the .Net framework and everything.)
 
Yes, you can import your VB6 projects as they'll be converted to VB .NET. It
works okay, and the stuff the wizard can't convert is marked for you to do
the chnages yourself.
 
Auric__ said:
I'm a VB6 programmer (with a leetel bit of C-ish languages) and
I'm going to bite the bullet and give .Net a try - again - but I want
to see how things work by importing my current projects and seeing
what happens. Is this by any chance built into VS 2003? (I'd like to
know *before* installing the .Net framework and everything.)

VB 2003 comes with the upgrade wizard. I guess it's part of VB, not of the
Framework. Have a look here, first:

http://msdn.microsoft.com/library/en-us/vbcon/html/vboriUpgradingFromVisualBasic60.asp

Here's the VB6 code advisor:
http://www.microsoft.com/downloads/...1a-b5c0-4d40-b015-0caa02634fae&DisplayLang=en


--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html
 
Yes, you can import your VB6 projects as they'll be converted to VB .NET. It
works okay, and the stuff the wizard can't convert is marked for you to do
the chnages yourself.

What kind of stuff can't be converted?
 
Back
Top