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. Network Client Registry Question

Network Client Registry Question

Scheduled Pinned Locked Moved C / C++ / MFC
sysadminquestionwindows-admindiscussion
3 Posts 2 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.
  • U Offline
    U Offline
    u6ik
    wrote on last edited by
    #1

    I want to allow networked PCs access to my server application. It has various parts and I want to tell the clients PCs where the address of the parts sit (a network address of the server folders). I can do it using a small install program run on each PC individually that inserts the server address of the files in the client PC registry but, is there a elegant way of letting the client PC use a remote program and access the server registry or the files local to the server. Basically, from the client PC, if I run a program on the server can I retrieve data from the server registry rather than the local client registry. Any thoughts? Cheers ;) u6ik

    K 1 Reply Last reply
    0
    • U u6ik

      I want to allow networked PCs access to my server application. It has various parts and I want to tell the clients PCs where the address of the parts sit (a network address of the server folders). I can do it using a small install program run on each PC individually that inserts the server address of the files in the client PC registry but, is there a elegant way of letting the client PC use a remote program and access the server registry or the files local to the server. Basically, from the client PC, if I run a program on the server can I retrieve data from the server registry rather than the local client registry. Any thoughts? Cheers ;) u6ik

      K Offline
      K Offline
      kakan
      wrote on last edited by
      #2

      You can connect to a regirstry in a remote machine, provided you have got the proper acccess rights. Check out RegConnectRegistry()

      U 1 Reply Last reply
      0
      • K kakan

        You can connect to a regirstry in a remote machine, provided you have got the proper acccess rights. Check out RegConnectRegistry()

        U Offline
        U Offline
        u6ik
        wrote on last edited by
        #3

        Perfect! Many thanks:-D u6ik

        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