Results 1 to 2 of 2

Thread: retrieve registry setting

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2001
    Posts
    19

    retrieve registry setting

    Hi guys

    Need help on how to retrieve registry information in VB.

    Regards
    Ben

  2. #2
    PowerPoster
    Join Date
    Aug 2000
    Location
    India
    Posts
    2,288
    There are two ways:
    You can use the inbuilt functions of VB to access the registry. In
    that case you are stuck to a limited portion of the registry. The
    functions are GetSetting, SaveSetting etc.
    If you need to access the whole of registry, you can use the api
    calls to do that.I am attaching a class file which has all the functions written.
    If you need to learn more about this, take a look at this link
    http://www.vbworld.com/registry/
    Attached Files Attached Files

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