convert projet from vb6 to vb.net
-
I have a program developed in VB6, I want to run it on VB.Net but the conversion does not succeed ... Do you have an idea on converting VB6 to. Net thanks.
As far as I know there is no automatic way to convert VB6 to C#, dur to underlying differences in the frameworks involved. I don't think there is even a reliable automatic conversion from VB6 to VB.Net for this reason.
Dalek Dave: There are many words that some find offensive, Homosexuality, Alcoholism, Religion, Visual Basic, Manchester United, Butter. Pete o'Hanlon: If it wasn't insulting tools, I'd say you were dumber than a bag of spanners.
-
I have a program developed in VB6, I want to run it on VB.Net but the conversion does not succeed ... Do you have an idea on converting VB6 to. Net thanks.
-
I have a program developed in VB6, I want to run it on VB.Net but the conversion does not succeed ... Do you have an idea on converting VB6 to. Net thanks.
Your first mistake was posting this question on a C# forum. You wanted to post here: http://www.codeproject.com/Forums/1646/Visual-Basic.aspx[^]
-
I have a program developed in VB6, I want to run it on VB.Net but the conversion does not succeed ... Do you have an idea on converting VB6 to. Net thanks.
Rewrite it. "Upgrading" a project from VB6 to VB.NET is a Bad Idea (tm). The languages are fundamentally different in so many ways that you'll have more bugs than working lines of code. So just rewrite it, or leave it in VB6 until you have time to rewrite it.
Proud to have finally moved to the A-Ark. Which one are you in?
Author of the Guardians Saga (Sci-Fi/Fantasy novels) -
If you search on the internet, you will find some converter programs that are available. None of them, however will be able to actually do a full convert - you will still need to write / change a lot of code.
-
I have a program developed in VB6, I want to run it on VB.Net but the conversion does not succeed ... Do you have an idea on converting VB6 to. Net thanks.
You can use your VB6 code in .Net by making InterOP of it. :)
-
You can use your VB6 code in .Net by making InterOP of it. :)