home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Tool Box
/
SIMS_2.iso
/
tool
/
various
/
iniwiz
/
readme.txt
< prev
next >
Wrap
Text File
|
1994-04-12
|
2KB
|
71 lines
INIWIZARD CUSTOM CONTROL
-------------------------
DESCRIPTION
------------
The IniWizard control provides easy access to the windows .INI files.
When developing your own applications with Visual Basic v3.0 you can create
.ini files or modify .ini files using this control.
EVENTS AND PROPERTIES OF THE CONTROL
-------------------------------------
EVENTS :
--------
There is one event for this custom control.
Sub IniWizard1_Changed (IniSection As String)
End Sub
This event is triggered whenever there is a change to the WIN.INI file by any
other application. Which causes window to send a WM_WININICHANGE message to all
other top level windows. The section in which change had taken place is passed
in IniSection String Variable.
PROPERTIES
-----------
The custom properties supported by the control are
1. File :- The File name of the .INI file to be read or writted or deleted.
2. Section :- The Section in the .INI file which contains the entry
3. Entry :- The Entry that must be read/writtten or deleted from the .INI file.
4. Value :- The string that is read or written from the .INI file.
5. Notify :- This Boolean Flag when set to false makes the Control to not
trigger the Changed event even when it receives an WM_WININICHANGE
message. The default value is false. So set it to true to process
the IniWizard1_changed event.
The standard properties supported by this control are
1. Name
2. Tag
LIMITATIONS
------------
1. Due to the design nature of the control, You cannot place more than one
Iniwizard control on a single form.
2. There is a system wide limit on the number of Applications creating an
instance of the Control. This value is fixed at compile time and can be
changed. ( Look at MAX_VBXS defined in INIWIZ.H )
This .INI control was designed for and tested with Visual Basic v3.0 and Windows v3.1. It was written
using Microsoft C/C++ 7.0 compiler and Windows SDK.
Copyright Note This .INI control for Visual Basic is public domain and is provided with source code.
Please feel free to make any changes to it.
Visual Basic v3.0, Windows v3.1 ,Microsoft C/C++ 7.0 and Windows SDK
are copyrights of Microsoft Corp.
Please feel free to send suggestions and comments to
Vivek Venugopalan - CompuServe ID 73512,3675.