neo Posted December 13, 2006 Posted December 13, 2006 Hi everyone,I m trying to create or delete registry through C++ console application. (not .NET components)help me or guide me to learn registry operation in C++ I m using VC++ Express Edition.Waiting in response
craziscoth Posted February 9, 2007 Posted February 9, 2007 Don't know if you figured it out yet, but check out MSDN for RegCreateKey and RegDeleteKey. These will work in c++ console applications. You can find this information online at http://msdn2.microsoft.com/en-us/library/ms724842.aspx
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now