CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1

    Extracting Information From Registry

    As you know there are two fields in Registry.
    Name and Data
    Say Name has value "Left" and data "4545".
    I know the data info can be extracted by using RegQueryValueEx
    but how do I extract the value in Name. In this case "Left"?

    Thanks,
    Simon


  2. #2

    Re: Extracting Information From Registry

    why do U not use getsettings and savesetting function?


    savesetting app.title,"section","left","4445"
    debug.print getsetting (app.title,"section","left",0)




    hi,brt

    <center>
    <HR width=80%>
    <img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
    </center>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured