Results 1 to 4 of 4

Thread: Retrieving (Default) data from Registry

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    1

    Question

    Anyone have any experience in retrieving the (Default) value data from the Registry?

    Thanks for any help.
    -Sleezy

  2. #2
    Addicted Member aturner's Avatar
    Join Date
    Nov 2000
    Posts
    179
    default??
    Due to the energy crisis, the light at the end of the tunnel has been turned off.
    Sorry for any inconvenience this may cause

  3. #3
    New Member
    Join Date
    Sep 2000
    Location
    Kingston, Ontario, Canada
    Posts
    12
    It's a value in every registry key section aturner.

    Well, aside from reading it the same way you would any other value, no idea. Make sure you have the brackets and other things the same as in regedit...

  4. #4
    Guest
    Simply omit the Value section when you retrieve the value for your data.
    Code:
    GetRegData "HKEY_CURRENT_USER", "Software\MyApp", ""
    As you can see, I left the last value out, therefor it will return the "(default)" 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