Results 1 to 2 of 2

Thread: can i store my program setting into registry?

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2005
    Posts
    41

    Resolved can i store my program setting into registry?

    can i store my program setting into registry ?
    for example i just wanna store a value 100 into registry and retrieve it next time when i run the program ..
    is it complex and difficult to do so ??
    Last edited by nlks; Feb 2nd, 2005 at 11:48 AM.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: can i store my program setting into registry?

    Take a look at GetSetting and SaveSetting. This is the easiest way, although you are restricted to where in the registry you can save your settings.

    The API registry calls provide more freedom on where you store your settings but are more complicated to use.

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