Hi, im trying to find a way I can read/add/remove keys/values/etc in the windows registry.
I want to do this is a standard C++ console program (not MFC).
Could you point me towards any tutorials/classes that would help me do this?
Cheers.
This is a discussion on Registry Manipulation in C++ within the Windows Programming forums, part of the Platform Specific Boards category; Hi, im trying to find a way I can read/add/remove keys/values/etc in the windows registry. I want to do this ...
Hi, im trying to find a way I can read/add/remove keys/values/etc in the windows registry.
I want to do this is a standard C++ console program (not MFC).
Could you point me towards any tutorials/classes that would help me do this?
Cheers.
You can do it with the API functions like:
RegCreateKeyEx
RegEnumKeyEx
There are a lot of others too. Check MSDN for more informatin on all the registry functions.
- Sean
If cities were built like software is built, the first woodpecker to come along would level civilization.
Black Frog Studios