can any one convert this project to .net?
http://www.freevbcode.com/Source/005/ULTRA.zip
i tried but when i start the project it close itself without giving any error
Printable View
can any one convert this project to .net?
http://www.freevbcode.com/Source/005/ULTRA.zip
i tried but when i start the project it close itself without giving any error
I put the Project1.NET .exe in the description. It worked for me.
I'm using Windows 7 64-BIT
its not working here iam using window$ xp 32bit its give a error
file error: asthmatic operation resulted an overflow .(Error 12)
Is your compiler really wheezing? I would guess the actual error was not asthmatic.
One point to note before you go any further: No conversion program does a good job at converting VB6 to .NET. If you don't have to convert, then don't convert. If you do have to convert, then re-write. You won't be starting from scratch, as you can copy and paste bits of the VB6 code over (converting data types and the like), so you can follow much of the design, but you will end up with a functional product after the re-write, which is more than can be said for the conversion.