How can i detect if a Value Exists in a Registry Key?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sara
    New Member
    • Oct 2006
    • 1

    How can i detect if a Value Exists in a Registry Key?

    hi every one
    i want to find out how can i detect if a value or key exists in registry? if you say an example you'll give me a big help
    thanks
  • Hemant Pathak
    Recognized Expert New Member
    • Jul 2006
    • 92

    #2
    Originally posted by sara
    hi every one
    i want to find out how can i detect if a value or key exists in registry? if you say an example you'll give me a big help
    thanks
    'FOR SAVING THE KEY IN REGISTRY
    SaveSetting App.Title, "SubKeyName ", "KeyName", "Key"
    'FOR FATCHING THE KEY IN REGISTRY
    retVal = GetSetting(App. Title, "SubKeyName ", "KeyName")

    Comment

    Working...