Registry question: What's the difference in writing binary data to it 
Author Message
 Registry question: What's the difference in writing binary data to it

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



Sat, 14 Oct 2000 03:00:00 GMT  
 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.


Sun, 22 Oct 2000 03:00:00 GMT  
 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.


Sun, 22 Oct 2000 03:00:00 GMT  
 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.


Sun, 22 Oct 2000 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Writing binary data values to registry with VB

2. How to write binary data to registry

3. Writing Binary Data in Registry!

4. Writing Binary Values to the Registry

5. Writing binary to registry

6. WRITING BINARY REGISTRY VALUE

7. How to write binary value to registry with RegWrite

8. How to write the binary values to the registry using vbs

9. Need help on writing binary value to registry

10. Writing byte() (Binary value) to registry

11. Writing binary to registry

12. Write Binary Values in registry????

 

 
Powered by phpBB® Forum Software