Hey, <P>I'm trying to piece together how to do this. I've built a DLL that allows me to pass it a long value (actually a handle) and do work on that value.<P>Now I'm trying to do this with a string ...
I have a hex number: 9F030201<BR><BR>If I copy it into the windows calculator and convert it to Decimal I get: 2667774465<BR><BR>The problem is if I do it in VB <BR><BR>Dim MyVal as ...