README.md

December 5, 2022 ยท View on GitHub

EASIEST Registry Read \ Write For Beginners : NO API

Description

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.

More Info

Submitted On
By!nnovation Software
LevelBeginner
User Rating4.1 (61 globes from 15 users)
CompatibilityVB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0, VB Script, ASP (Active Server Pages)
CategoryRegistry
WorldVisual Basic
Archive File

Source 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.