- Home
·
- Registry
·
- EASIEST Registry Read \ Write For Beginners : NO API
EASIEST Registry Read \ Write For Beginners : NO API
If you are one of those people who have been programming for 6 yrs and vote poor for every code that's not useful to you, THIS CODE IS NOT FOR YOU. It is intended for use by begginers only, and allows them to have simple registry read \ write. I REPEAT : THIS CODE IS FOR BEGGINERS ONLY.
Rate EASIEST Registry Read \ Write For Beginners : NO API
(16(16 Vote))
SaveSetting "Folder Name", "Sub-Folder Name" , "Key Name" , "Key Value"
' Writes to the registry under HKEY_CURRENT_USER,VB AND VBA PROGRAM SETTINGS. (then your folder) This is good for keeping track of runtimes, user settings, ect..
GetSetting "Folder Name", "Sub-Folder Name", "Key"
' Retrives the value of the KEY specified in the code. So, if KEY's value was 5, then it would return a value of 5.
EASIEST Registry Read \ Write For Beginners : NO API Comments
No comments yet — be the first to post one!
Post a Comment