Upgrade vb6 code in vb 2008

W

Wal

Is it possible to upgrade vb6 code snippets in vb 2008 Express?
I get "The System cannot find the file specified" even though I have
installed all available options.
 
W

Wal

Something has changed between vb2005 and vb2008. If you open a vb6
project file in vb2005 a conversion wizard starts up and guides you
through it.

If you do the same in vb2008 it just opens the project file as a page of
text.
VB2005 also had the option of converting pieces of code from the tools menu.

I suppose they think if you haven't converted it by now it's too late.
The help file also refers to using vb2005 to upgrade old code, but
doesn't mention vb2008.

My next question. Can you still download vb2005 and does it run
alongside vb2008 or do I have to uninstall and start again?
________________________________
 
A

Armin Zingler

Wal said:
Something has changed between vb2005 and vb2008. If you open a vb6
project file in vb2005 a conversion wizard starts up and guides you
through it.

If you do the same in vb2008 it just opens the project file as a
page of text.
VB2005 also had the option of converting pieces of code from the
tools menu.

I suppose they think if you haven't converted it by now it's too
late. The help file also refers to using vb2005 to upgrade old code,
but doesn't mention vb2008.

The upgrade wizard should also work in VB 2008. Even the Express version
has it. Must be an installation issue on your machine.


Armin
 
K

Kevin Provance

Sorry to tell you, there is no such thing as "upgrading VB code" to any
flavour of .NET. You have to rewrite it...unless of course you consider
"todo" lines upgrading...which is Microspeak for "rewrite".

Enjoy!

| Is it possible to upgrade vb6 code snippets in vb 2008 Express?
| I get "The System cannot find the file specified" even though I have
| installed all available options.
 
W

Wal

I'm happy enough with the ToDo lines here and there, the hyperlinks
point me directly to the section of MSDN that teaches me how to do the
same in VB.net. Much simpler that typing word into the Help search box.

And it saves me redesigning the interface, menus etc. which the upgrade
wizard does a great job on.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top