- Home
·
- Registry
·
- The easiest way to read & write & delete from the registry. One line of code for each!
The easiest way to read & write & delete from the registry. One line of code for each!
The easiest way to read & write & delete from the registry. One line of code for each!
Rate The easiest way to read & write & delete from the registry. One line of code for each!
(2(2 Vote))
SaveSetting "Folder","Section 1","Key 1","Value 1"
'Loads (will get the value back)
msgbox GetSetting ("Folder","Section 1","Key 1")
'Deletes (will delete the key)
DeleteSetting "Folder","Section 1", "Key 1"
The easiest way to read & write & delete from the registry. One line of code for each! Comments
No comments yet — be the first to post one!
Post a Comment