-
Program help!
Is there any program which convert project(code) from vb6 pocket pc 2002 to vb2005 pocket pc se 2003?
Or some program who helps with convert?
I need to transfer mobile project vb6 to mobile project vb2005.I use mobile emulator menager to try my projects!
-
Re: Program help!
Hi,
you can convert a VB6 project to VB2005, but not to a compact framework program - there is no support for doing that
-
Re: Program help!
Since mobile VB6 was eVB, and since eVB was VBScript rather than true VB, a conversion would be FAR worse than the bad conversion from VB to VB.NET. After all, every variable in eVB was a variant type. Converting that would be pure guesswork on the part of the conversion program.