How do I store a binary value that I can store in the registry using a REG_BINARY value.
I tried using a variable of type Byte, but I tried adding a value to it and slapping it into the registry but it didn't like it. Can you give me an example of doing this?