Results 1 to 4 of 4

Thread: registry awareness

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Location
    I'm right here!
    Posts
    849

    Question registry awareness

    what is the registry? what is it used for? how do i use it?

    thanx
    Dekel C.

  2. #2
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    It's a place in which one can store variable information for programs. Kind of like an INI file, but better.

    You can use the SaveSetting and GetSetting functions to use it. Look in the Object Browswer on their parameters.

    Or you can find some heap of API code to get beyond the limited bounds of the native VB functions.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Location
    I'm right here!
    Posts
    849
    well, who can have access to the registry?
    if i save a variable in the registry, will everyone be able to see it?
    if i save a variable in the registry, will it still be there after reboot?
    Dekel C.

  4. #4
    Fanatic Member Geespot's Avatar
    Join Date
    Oct 2001
    Location
    Birmingham, UK
    Posts
    577
    It will be in ther registry permanent, unless of course you remove it.
    Yes everyone can see the values of the 'keys' ( registery term for variable )

    do this and check


    Start > Run > RegEdit


    but be careful, modifing it in anyway can cause very very bad problems ( bad problems like, need a reformat to get windows working again )

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