VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



The easiest way to read & write & delete from the registry. One line of code for each!

by Chris Wilson (9 Submissions)
Category: Registry
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 4th October 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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!



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"


Download this snippet    Add to My Saved Code

The easiest way to read & write & delete from the registry. One line of code for each! Comments

No comments have been posted about The easiest way to read & write & delete from the registry. One line of code for each!. Why not be the first to post a comment about The easiest way to read & write & delete from the registry. One line of code for each!.

Post your comment

Subject:
Message:
0/1000 characters