i know how to read and write string values to the registery
but now how about new binary values
anyone have any ides?
Printable View
i know how to read and write string values to the registery
but now how about new binary values
anyone have any ides?
What I do is instead of writing a string to the Registry, declare your variable as an Integer and then VB Windows will automatically save it as a Binary Value.
But you and I might have a different function of writing to the registry. But try it and see if it works.
could some one send me an example this is just not working for me at all