Does any one have any tutorials on how to use the registry? Please no MFC.
Printable View
Does any one have any tutorials on how to use the registry? Please no MFC.
No tutorials, but I do have some sample code :)
And the other file:
Thanks for the code, but im gonna need a tutorial. I just dont have the time to go through and try and figure it out at the moment.
The Platform SDK is a pretty good bet. I coded that up based on the documentation there :)
Ok, i figured out how to create and open a key. But could you show me how to write a number to it and read the number back?
The reason my code has a bizarre bit in it was because it was to fix it on other computers :eek:Code:RegSetValueEx(hMyKey, pcValueName, 0, REG_DWORD, lValue, 4);