What's Here?
- Members: 340,115
- Replies: 920,412
- Topics: 154,927
- Snippets: 4,855
- Tutorials: 1,257
- Total Online: 4,312
- Members: 134
- Guests: 4,178
|
Welcome to Dream.In.Code |
|
|
Become an Expert!
Join 340,115 Programmers for FREE! Get instant access to thousands  of experts, tutorials, code snippets, and more! There are 4,312 people online right now. Registration is fast and FREE... Join Now!
Chat LIVE With a Expert
|
HOW TO CONVERT VB.net CODE TO VB6 CODE
HOW TO CONVERT VB.net CODE TO VB6 CODE
Rate Topic:
   

- New D.I.C Head
-
-
Group:
New Members
-
Posts:
1
-
Joined:
09-January 09
Dream Kudos: 0
Posted 09 January 2009 - 09:25 PM
could u please give me information on converting 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.

- printf("I'm a %XR",195936478);
-
-
Group:
Moderators
-
Posts:
4,566
-
Joined:
26-November 04
Dream Kudos: 2825
Expert In: J2ME, 80x86 Assembly, C/C++, VB6, VB.NET, C#, J2SE, Win32 API, Reversing
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.
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.

- printf("I'm a %XR",195936478);
-
-
Group:
Moderators
-
Posts:
4,566
-
Joined:
26-November 04
Dream Kudos: 2825
Expert In: J2ME, 80x86 Assembly, C/C++, VB6, VB.NET, C#, J2SE, Win32 API, Reversing
Posted 10 January 2009 - 11:19 PM
That is true.
1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users
|
Be Social
Programming
Web Development
Reference Sheets
Bye Bye Ads
Monthly Drawing
Top Contributors
Top 10 Kudos This Month
|