about Registry
-
- Are there any stuff about how to use VC++ to manipulate registry? - Can you help? - Regards, Maer
There are some useful classes on CodeProject. Check out http://www.codeproject.com/system/. Michael :-)
-
There are some useful classes on CodeProject. Check out http://www.codeproject.com/system/. Michael :-)
- Thanks, Michael pal! - I have taken a look at the URL you mentioned. It is a nice stuff. - But I am a newbie of the field. I just want to know the basic use of the registry. I think there are too many articles for me to read. :)) - Which article(s) is the most suitable to me? Do you have any suggestions? - Regards, Maer
-
- Thanks, Michael pal! - I have taken a look at the URL you mentioned. It is a nice stuff. - But I am a newbie of the field. I just want to know the basic use of the registry. I think there are too many articles for me to read. :)) - Which article(s) is the most suitable to me? Do you have any suggestions? - Regards, Maer
This class is useful if you want to read and write registry keys. http://www.codeproject.com/system/registry_class.asp Reading up on the Registry on MSDN is also useful. Ask any specific questions you need answers to and we'll help out. Michael :-)
-
- Are there any stuff about how to use VC++ to manipulate registry? - Can you help? - Regards, Maer
take a look at the following functions :- RegOpenKeyEx RegQueryInfoKey RegQueryValueEx RegEnumKeyEx RegCreateKeyEx RegDeleteKey RegCloseKey You better understand these calls before you start using those wrapper classes from CP because if you need to customize those classes, you'll need to know how they work Nish Sonork ID 100.9786 voidmain
www.busterboy.org
Nish is a BIG fan of Goran Ivanisevic -
take a look at the following functions :- RegOpenKeyEx RegQueryInfoKey RegQueryValueEx RegEnumKeyEx RegCreateKeyEx RegDeleteKey RegCloseKey You better understand these calls before you start using those wrapper classes from CP because if you need to customize those classes, you'll need to know how they work Nish Sonork ID 100.9786 voidmain
www.busterboy.org
Nish is a BIG fan of Goran Ivanisevic -
This class is useful if you want to read and write registry keys. http://www.codeproject.com/system/registry_class.asp Reading up on the Registry on MSDN is also useful. Ask any specific questions you need answers to and we'll help out. Michael :-)