trouble converting code from vb to vb.net

  • Thread starter Thread starter isaac rainsford
  • Start date Start date
I

isaac rainsford

i have some code that works fine in vb6, but when i paste it into vb.net
2003, i get errors thrown...

can anyone tell me a good port of call for help converting this code???
i am assuming thing like changing my LONGs to INT32's or INT64's will be
required, etc.

thanks in advance !
 
* isaac rainsford said:
i have some code that works fine in vb6, but when i paste it into
vb.net 2003, i get errors thrown...


can anyone tell me a good port of call for help converting this
code??? i am assuming thing like changing my LONGs to INT32's or
INT64's will be required, etc.

You will find some material here:

Micrososoft Visual Basic Code Advisor
<URL:http://msdn.microsoft.com/library/en-us/dnvb600/html/vb6_FixItRuleTool.asp>

Notice that the tool mentioned above is a little bit "buggy".

Papers and inforamtion on migration:

<URL:http://msdn.microsoft.com/vbasic/using/migrating/>
 
tx for the reply, it was useful for future reference, but didn't help
in this situation.

i'm mainly having problems with a particular function GetNamedSecurityInfo
 
Back
Top