Tuesday, 15 May 2012

vb6 migration - How can we migrate the VB6 code to Vb.NET? -



vb6 migration - How can we migrate the VB6 code to Vb.NET? -

i have problem while converting vb6 code vb.net .can 1 help me convert next lines of code?

bin_str = strconv(imga, vbunicode)

bin_str -- > string imga -- > variant type

i believe right way this:

bin_str = system.text.encoding.unicode.getstring(imga)

vb.net-2010 vb6-migration

No comments:

Post a Comment