Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Simple Registry Question

Simple Registry Question

Scheduled Pinned Locked Moved C / C++ / MFC
questionc++windows-admin
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    calebcohoon
    wrote on last edited by
    #1

    How can I read and write to the registry through c/c++ or MFC? Thanks, Caleb :cool:

    L 1 Reply Last reply
    0
    • C calebcohoon

      How can I read and write to the registry through c/c++ or MFC? Thanks, Caleb :cool:

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      You can use the RegGet*** and RegSet**** functions. Or better use the CRegisry-class. You can find it somewhere on codeproject.

      C 1 Reply Last reply
      0
      • L Lost User

        You can use the RegGet*** and RegSet**** functions. Or better use the CRegisry-class. You can find it somewhere on codeproject.

        C Offline
        C Offline
        calebcohoon
        wrote on last edited by
        #3

        Thanks Alot :)

        J 1 Reply Last reply
        0
        • C calebcohoon

          Thanks Alot :)

          J Offline
          J Offline
          Jim Howard
          wrote on last edited by
          #4

          MFC crys out for a registry class, but for some reason MS didn't include one. I like the CRegistry class in Sam Blackburn's Windows Foundation Classes (not to be confused with other class libs that use the same name): http://www.samblackburn.com/wfc/ Jim

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups