Dec 222017
Visual Basic For Windows module that will create, update, read, Windows INI files. Includes source – FreeWare. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
INI_MOD1.BAS | 3186 | 1398 | deflated |
INI_MOD1.FRM | 2395 | 1186 | deflated |
INI_MOD1.TXT | 960 | 522 | deflated |
TPCREAD.ME | 199 | 165 | deflated |
Download File INIMOD.ZIP Here
Contents of the INI_MOD1.TXT file
FileName:Ini_Mod1.Txt
Ref:Ini_Mod1.Bas/Ini_Mod1.Frm Documentation file
By:Forrest Berry, CISid:75270,3371
Date:June 9, 1992
INI_MOD1.BAS is a Visual Basic module to create, read and update private ini files. It is completely self-contained, requires no code in the Global file, no custom controls and no custom dll's. It accomplishes its tasks by calls to the Windows API. The module is designed so that you need only add it to your project and call it.
INI_MOD1.BAS includes the appropriate API declarations and 2 subs: ReadIni and SaveIni. Variable documentation and sample code provided.
A sample project, called INI_MOD1.MAK, is provided to demostrate the module's use. INI_MOD1.MAK includes INI_MOD1.BAS,INI_MOD1.FRM, and an empty Global file
INI_MOD1.MAK, INI_MOD1.BAS, INI_MOD1.FRM and this text file are FREEWARE... and worth every penny. No guarantees, warranties, etc.
Direct comments to Forrest Berry, CISid:75270,3371
Ref:Ini_Mod1.Bas/Ini_Mod1.Frm Documentation file
By:Forrest Berry, CISid:75270,3371
Date:June 9, 1992
INI_MOD1.BAS is a Visual Basic module to create, read and update private ini files. It is completely self-contained, requires no code in the Global file, no custom controls and no custom dll's. It accomplishes its tasks by calls to the Windows API. The module is designed so that you need only add it to your project and call it.
INI_MOD1.BAS includes the appropriate API declarations and 2 subs: ReadIni and SaveIni. Variable documentation and sample code provided.
A sample project, called INI_MOD1.MAK, is provided to demostrate the module's use. INI_MOD1.MAK includes INI_MOD1.BAS,INI_MOD1.FRM, and an empty Global file
INI_MOD1.MAK, INI_MOD1.BAS, INI_MOD1.FRM and this text file are FREEWARE... and worth every penny. No guarantees, warranties, etc.
Direct comments to Forrest Berry, CISid:75270,3371
December 22, 2017
Add comments