Simple Registry Question
C / C++ / MFC
4
Posts
3
Posters
0
Views
1
Watching
-
How can I read and write to the registry through c/c++ or MFC? Thanks, Caleb :cool:
-
How can I read and write to the registry through c/c++ or MFC? Thanks, Caleb :cool:
-
You can use the RegGet*** and RegSet**** functions. Or better use the CRegisry-class. You can find it somewhere on codeproject.
Thanks Alot :)
-
Thanks Alot :)
MFC crys out for a registry class, but for some reason MS didn't include one. I like the CRegistry class in Sam Blackburn's Windows Foundation Classes (not to be confused with other class libs that use the same name): http://www.samblackburn.com/wfc/ Jim