Results 1 to 4 of 4

Thread: Getting registry information.

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 1999
    Location
    Rijswijk, Holland
    Posts
    25

    Post

    Hello Vb programmers,

    How can I get all registery information from Windows via VB5?

    Nice greetings,

    Ingrid.

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Post

    Do you actually need everything from the registry (i.e. all Keys, Subkeys (subkeys of subkeys) and values)???

    Regards,

    ------------------

    Serge

    Software Developer
    [email protected]
    [email protected]
    ICQ#: 51055819



    [This message has been edited by Serge (edited 11-17-1999).]

  3. #3
    Member
    Join Date
    Aug 1999
    Posts
    52

    Post

    hi,

    try this VB function..

    GetSetting(appname,section,key[,default])

    which will returns a key setting value from an applications entry in the windows registry.

    kandan

  4. #4
    Hyperactive Member
    Join Date
    Nov 1999
    Location
    Galway, Ireland
    Posts
    316

    Post

    Hope this is what you want

    [email protected]

    rc = RegQueryValueEx(hKey, SubKeyRef, 0, _
    KeyValType, tmpVal, KeyValSize) ' Get/Create Key Value


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