Visual Basic: The Registry Made Easy
VBA Hacker A Classy Way to Bypass the Awkward Registry API By Romke Soldaat Compared with the bad old INI files, the Windows registry is not only a safer place for system and application settings, it also offers more ways to store different types of data, and lets you organize your settings in a hierarchical manner. But, unlike the straightforward functions that deal with INI files, the registry API is more complex. You can’t just read and write data with a single function call – you must open a key before you can access it, and close the key when […]
Read more