Dear Sir
I have some code in vb 6.0 but I want to convert it to vb.net so i don't know how to change
please convert it.
Thanking you
Debasis Bag
Printable View
Dear Sir
I have some code in vb 6.0 but I want to convert it to vb.net so i don't know how to change
please convert it.
Thanking you
Debasis Bag
There is a converter in VB.Net
File/Open/Convert
Not is the newer versions of VS. Look for 2008, I think was the last year
I just looked at the code and 99% of it should work in Vb.NET..
the only 2 lines of concern is the Unicode conversion (find the correct .NET function) and the call to the Encryption (depend on where it called from)...