
How to read/write a key to the registry
Straight from the Helpless file:
' Place some settings in the registry.
SaveSetting appname := "MyApp", section := "Startup", _
key := "Top", setting := 75
SaveSetting "MyApp","Startup", "Left", 50
' Remove section and all its settings from registry.
DeleteSetting "MyApp", "Startup"
there is also a GetSetting Function
HTH
On Sat, 14 Sep 2002 17:12:08 +0200, Stefan Mueller
Quote:
>I'd like to write a key to the registry and later on I'd like to read
>the key.
>Stefan
--
Have a good day...
Don