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.
Original Author: !nnovation Software
Code
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.
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.