Page 1 of 1
HOW TO CONVERT VB.net CODE TO VB6 CODE
#2
Re: HOW TO CONVERT VB.net CODE TO VB6 CODE
Posted 09 January 2009 - 09:39 PM
I don't think it is possible because VB.NET is based on a completely different platform (.NET) that contains so many functions VB6 doesn't have, that no converter will actually correctly convert the .NET code into VB6. You can try converting it by yourself, but you will run into problems just because the VB.NET program most likely contains pieces of code that didn't even exist in VB6 (like Mail, Threading or other classes included in the .NET Framework), so you will have to manually handle that.
#3
Re: HOW TO CONVERT VB.net CODE TO VB6 CODE
Posted 10 January 2009 - 12:01 AM
Quote
I don't think it is possible because VB.NET is based on a completely different platform (.NET) that contains so many functions VB6 doesn't have
True, but some functions can be substituted by Windows API Functions.
#4
Re: HOW TO CONVERT VB.net CODE TO VB6 CODE
Posted 10 January 2009 - 12:09 AM
born2c0de, on 10 Jan, 2009 - 12:01 AM, said:
Quote
I don't think it is possible because VB.NET is based on a completely different platform (.NET) that contains so many functions VB6 doesn't have
True, but some functions can be substituted by Windows API Functions.
Still, I doubt that there is a converter that will automatically convert .NET-specific calls to WinAPI calls. This must be done manually.
Page 1 of 1

Reply





MultiQuote





|