VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

An INI file managerno API's

Jon Feucht  (13 Submissions)   VB function enhancement   Visual Basic 3.0   Advanced   Wed 3rd February 2021

This code provides pure VB source for the following API calls: GetPrivateProfileSection, GetPrivateProfileString, WritePrivateProfileSection, and WritePrivateProfileString. With this code, YOU CAN ACCESS LARGER *.INI FILES!!! Unlike the traditional API commands, there is no limit to the size of *.INI file that you can access/create. Also, believe it or not, the windows API calls for INI file manipulation lack in speed. These functions are PLENTY times faster then the same functions provided in Kernel32.dll. If this isn't significant, I've added the following extremely usefull INI functions/commands of my own: GetPrivateProfileKeys, GetPrivateProfileSections, RemovePrivateProfileSection, RemovePrivateProfileString. Now you can find out very easy which keys are inside an *.INI file! A sampler program is included, which allows you to view INI files, their keys and their values. Also, you can delete unwanted sections and keys to help keep your INI file clean and compact!!! This code is heavily commented, logical, and easy to understand. Try it out today!

Rate An INI file managerno API's (10(10 Vote))

Download An INI file managerno API's

An INI file managerno API's Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters