
Registry question: What's the difference in writing binary data to it
Quote:
>What's the difference in writing binary data to it instead of a normal way,
>unless they are the same, in VB5.
>thanks in advance
This is just a question of how much memory storage do you want allocated for
the value of the key. Strings (or the normal way) always eat up more storage
space since you have to store the length (2 bytes) and the content itself.