trouble converting code from vb to vb.net

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 !
 
H

Herfried K. Wagner [MVP]

* 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/>
 
I

isaac rainsford

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top