I'd like to know if it is possible to convert VB6 projects to C# and how if
it is possible. And wich diferences/adavantages exist betwen VB.NET and C#
only in terms of technical perspective not preferences betwen one or the
other....
THNKS
Jim
"Mota das Neves" <mota.da...@clix.pt> wrote in message
news:#Vh3htUMBHA.1572@tkmsftngp03...
As JimMa mentioned in the other reply, you might be best to convert to VB7,
then take the modules which are in the project and convert those to C#.
Doing the conversion manually in this way will give you more since VB.NET
will have the namespaces used in the module code, and then it will just be a
matter of converting language syntax instead of doing a complete rewrite
from scratch.
regards,
Robert Svilpa
Software Design Engineer in Test,
Managed Extensions for C++
Microsoft Corporation
"Mota das Neves" <mota.da...@clix.pt> wrote in message
news:#Vh3htUMBHA.1572@tkmsftngp03...