How to do registry operations using C or C+

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jasp
    New Member
    • Feb 2008
    • 1

    How to do registry operations using C or C+

    How to create, change and delete string and DWORD values of the registry using C or C+?

    any helpful comment is appreciated. i am desperately in need. Thanks

    A
  • gpraghuram
    Recognized Expert Top Contributor
    • Mar 2007
    • 1275

    #2
    Originally posted by jasp
    How to create, change and delete string and DWORD values of the registry using C or C+?

    any helpful comment is appreciated. i am desperately in need. Thanks

    A

    You have to use some MFC classes for this.
    I would recommend MSDN as the starting place for this

    Raghuram

    Comment

    • weaknessforcats
      Recognized Expert Expert
      • Mar 2007
      • 9214

      #3
      You don't need MFC but you do need to use the Win32 API registry calls. These are all documented and a somple Google will fetch them up.

      Comment

      Working...