Tools Links Login

An INI file manager -- no API's!!!

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!

Original Author: Feuchtersoft

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 125 times

Categories

Visual Basic 6

Attachments

An INI fil227707142001.zip
Posted: 9/3/2020 3:45:00 PM
Size: 12,687 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.