Search results for query: *

  • Users: JEB
  • Order by date
  1. J

    Need help with structure conversions

    Ok, I've gotten this far.. Going thru the debugging routines.... I can move the string to a byte array without any problems.... The problem comes in when I try to move the byte array into the structure... Here's the string that I'm trying to stuff into the structure." DEMO...
  2. J

    Need help with structure conversions

    Hey vis781, Thanks for the reply! While the code above seems to work......when I look at the string after stepping thru your code, I get the following for the value: " (NOTE: there should be 2 ASCII characters that are after the quote but they can't be duplicated here) This is afte...
  3. J

    Need help with structure conversions

    Hello all, I'm relatively experienced with vb.net, but have run into an issue that I can't seem to resolve. The issue is that I need to convert a string into a complext structure and back again. I've tried marshalling but come out with funny results. Here's the structure Public Structure...
Back
Top