Thread: Registry Manipulation in C++

  1. #1
    Unregistered
    Guest

    Registry Manipulation in C++

    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.

  2. #2
    Registered User sean345's Avatar
    Join Date
    Mar 2002
    Posts
    346
    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

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Registry, Regedit
    By franse in forum C++ Programming
    Replies: 21
    Last Post: 01-29-2009, 09:57 AM
  2. Registry Problem
    By guitarist809 in forum Windows Programming
    Replies: 4
    Last Post: 03-21-2008, 02:00 AM
  3. Registry
    By gvector1 in forum C# Programming
    Replies: 0
    Last Post: 07-30-2003, 04:02 PM
  4. Registry Manipulation in C++
    By Unregistered in forum C++ Programming
    Replies: 0
    Last Post: 06-02-2002, 09:00 PM
  5. Registry Access
    By ExDigit in forum Windows Programming
    Replies: 3
    Last Post: 01-04-2002, 04:02 AM