Advertisement
2002C Registry #11487

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.

AI

Riepilogo AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Codice sorgente
original-source
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.
Commenti originali (3)
Recuperato da Wayback Machine