Re: Convert old VB6 to C#
- From: "Alberto Poblacion" <earthling-quitaestoparacontestar@xxxxxxxxxxxxx>
- Date: Tue, 9 Sep 2008 18:12:41 +0200
"Robert Bravery" <me@xxxxx> wrote in message news:A75A3EF0-A72E-4FEF-85F1-B55B2CEDBC1D@xxxxxxxxxxxxxxxx
Can someone point me in the right direction. I am looking for the fastet and
simplest way of converting a vb6 project, written by someone else (I am
takeing over the project) to C#
You could do a two-step conversion: First open the project in Visual Studio, which will convert it into VB.Net. Then convert the VB.net code into C# by means of the various code converters available, such as the one available from http://www.vbconversions.net/. However, it will still require a lot of manual attention, unless it is a trivial program, since there are many incompatibilities between the laguages involved.
.
- References:
- Convert old VB6 to C#
- From: Robert Bravery
- Convert old VB6 to C#
- Prev by Date: Re: Convert old VB6 to C#
- Next by Date: Re: C# 2.0 iterators and lock
- Previous by thread: Re: Convert old VB6 to C#
- Next by thread: RE: Convert old VB6 to C#
- Index(es):
Relevant Pages
|