How do i import my old vb6 programs into C# i just got it and have no clue how stuff works yet so if i could get a step by step that would be nice thank you.
There are subltle nuances to the languages so a one to one conversion can be tricky at sometimes but not all. There are some tools on the internet which will do the conversion, but they usually have a price to them....
When I was in a similar situation I found that I kept my other language's methods/classes in a seperate assembly and linked them in. As time went on, I would manually convert them to the target language. I found this site helpful in getting to know the differences. (VB.Net and C# comparison)
Do you want your vb6 program to migrate to only C# [Or] is it ok if you migrate to VB.net If you are still interested in converting to C# then its a 2-step process.
Convert from vb6 ---> vb.net. [Open vb6 solution in VB.net to start migration wizard]
Importing vb6 files the C#
-Alex-
When I was in a similar situation I found that I kept my other language's methods/classes in a seperate assembly and linked them in. As time went on, I would manually convert them to the target language. I found this site helpful in getting to know the differences. (VB.Net and C# comparison)
Drub1999
Hi,
Do you want your vb6 program to migrate to only C# [Or] is it ok if you migrate to VB.net
If you are still interested in converting to C# then its a 2-step process.
Hope this helps.
Thank you,
Bhanu.
wndii