Thread: adding a regestry key

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    81

    adding a regestry key

    is there any way to add a regestry key though c without messages comming up like editing regestry? i know how to make a key and export it but that makes a popup confirmation message.

  2. #2
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    There are API routines for adding/editing/deleting registry items. Look up RegOpenKeyEx(), RegCreateKeyEx(), RegQueryValueEx() and RegSetValueEx().
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  3. #3
    Registered User
    Join Date
    Oct 2001
    Posts
    81
    ok thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 16
    Last Post: 11-23-2007, 01:48 PM
  2. Virtual keys
    By Arkanos in forum Windows Programming
    Replies: 4
    Last Post: 12-12-2005, 10:00 AM
  3. Directional Keys - Useing in Console
    By RoD in forum C++ Programming
    Replies: 38
    Last Post: 10-06-2002, 04:42 PM
  4. FAQ: Directional Keys - Useing in Console
    By RoD in forum FAQ Board
    Replies: 38
    Last Post: 10-06-2002, 04:42 PM