Thread: Registry Keys in C++

  1. #1
    Registered User
    Join Date
    Aug 2004
    Posts
    2

    Registry Keys in C++

    Hey, I need help on how to add Registry Keys with C++, I have Dev C++ Compiler and I am running Windows 98, but I want my program to work for all versions of windows.. I need to know which Key to add it to so I can make an exe run everytime Windows does, and also how to add it with C++.

    Later,

    Apoc.

  2. #2
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    *pulls out pistols, spins them around and aims*

    http://msdn.microsoft.com/library/de..._functions.asp
    *bam*

    *blows smoking pistols*

    *places pistols in holsters*

    -edit-
    on a more serious note, look at that link above, it's got all the registry functions you'll need. You'll need to do a bit of researching to figure out how to put programs in the startup

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. help with registry keys
    By Anubis208 in forum Windows Programming
    Replies: 5
    Last Post: 05-24-2008, 09:11 AM
  2. Registry keys
    By kspen in forum Windows Programming
    Replies: 3
    Last Post: 01-07-2008, 04:01 AM
  3. Registry Keys
    By cgod in forum Windows Programming
    Replies: 3
    Last Post: 11-12-2004, 05:12 AM
  4. Recusively delete registry keys
    By SMurf in forum Windows Programming
    Replies: 4
    Last Post: 01-22-2004, 11:24 PM
  5. Interesting Registry Stuff (Keys, Values, etc.)
    By civix in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 01-27-2003, 09:58 AM