Results 1 to 2 of 2

Thread: registry information

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2005
    Posts
    9

    Smile registry information

    can anybody help me in knowing what benefits do registry do to my application. for what purpose do people update registry and create values in registry when the setup there application!
    thanks beforehand!!!

  2. #2
    Frenzied Member pnish's Avatar
    Join Date
    Aug 2002
    Location
    Tassie, Oz
    Posts
    1,918

    Re: registry information

    From a programmer's point of view, the registry is basically a convenient place to store settings & simple data associated with your program. Think of it as a database.

    For example, if you wanted your program to 'remember' the last few documents the user had accessed (MRU list), you would store these in the registry. The next time your program was run, it would load these values from the registry and make them available to the user.

    Have a look in the VB help for SaveSetting, GetSetting
    Pete

    No trees were harmed in the making of this post, however a large number of electrons were greatly inconvenienced.

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