Re: NEWBIE - Where to store user-defined options?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Herfried K. Wagner [MVP] (hirf-spam-me-here_at_gmx.at)
Date: 01/14/05


Date: Fri, 14 Jan 2005 23:31:57 +0100


"Jim Burns" <Jim004@comcast.net> schrieb:
> Is there no more getsetting and savesetting functions.

These functions are not supported any more. Their functionality can be
replaced by the 'Microsoft.Win32.Registry' class.

-- 
 M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
 V B   <URL:http://dotnet.mvps.org/dotnet/faqs/> 


Relevant Pages

  • Re: Getsetting and Savesetting functions
    ... The GetSetting and SaveSetting functions are a very simplified way to write values to the System Registry. ... Unlike the Windows Registry API functions, GetSetting and SaveSetting always stored data in the key "HKEY_CURRENT_USER\Software\VB And VBA Program Settings" and store and retrieve only text strings, not other data types. ... "Chip Pearson" wrote in message ...
    (microsoft.public.excel.misc)
  • Re: NEWBIE - Where to store user-defined options?
    ... Is there no more getsetting and savesetting functions. ... >> On a windows forms application, if I have a form with user options, ...
    (microsoft.public.dotnet.languages.vb)
  • Re: NEWBIE - Where to store user-defined options?
    ... For VS2005 (Whidbey) check out: ... >> Is there no more getsetting and savesetting functions. ...
    (microsoft.public.dotnet.languages.vb)