save binary values into registry
hello peoples ..
i have a question here..
please, some1 knows how to save a BINARY VALUE to the windows registry ??
like here:
SaveDWord HKEY_LOCAL_MACHINE, "SOFTWARE\Windows\Test", "AppID1", "2101"
I can save a DWORD value!
so .. How can I save a BINARY VALUE?
thank you guys!
Re: save binary values into registry
Quote:
Originally Posted by
TheMarKs
hello peoples ..
i have a question here..
please, some1 knows how to save a BINARY VALUE to the windows registry ??
like here:
SaveDWord HKEY_LOCAL_MACHINE, "SOFTWARE\Windows\Test", "AppID1", "2101"
I can save a DWORD value!
so .. How can I save a BINARY VALUE?
thank you guys!
I think SaveDWord is a separate sub or function in your program. It's not a built-in feature of VB.....! :wave:
Re: save binary values into registry
hi
i introduce a module source for any registry manipulation to u
download this Module
http://www.thevbzone.com/modRegistry.bas
this could help u