================================================================
 Thank you for downloading IniEdit. We hope you find it useful.
 Here are the instructions on how to use the control.
================================================================

 Contents:
	 1. System requirements
	 2. Installation
	 3. If the registration process fails
	 4. Loading the control in VB

================================================================
 1. System requirements
-------------------------
- Windows 95 or Windows NT 4.0
- VB5 or VB4 

-----------------
 2. Installation
-----------------

After extracting the content of the IniEdit.zip file to a given
directory make sure you first register the control with the included
regsvr32.exe program.  To do that switch to the command prompt window
for the directory where you extracted the IniEdit to and type:

	Regsvr32.exe iniedit.ocx

to later unregister the control you would type:

	Regsvr32.exe /u iniedit.ocx

Or you can run reg.bat and unreg.bat to register and unregister the
control.

--------------------------------------
 3. If the registration process fails
--------------------------------------

To use this control you will need VB5 SP2 (service pack 2) runtime
file -> Msvbvm50.dll , which you can get @
http://www.arkosoftech.com/redist/  Also, if you haven't done it
already, make sure your Windows 95 is using the latest OLE dlls.
These are available for download from http://www.microsoft.com  You'll
know if you have the latest dlls or not -> If after getting
Msvbvm50.dll version SP2 and placing it in your windows\system or
winnt\system32, etc ... the IniEdit.ocx still doesn't register it means
you have an outdated OLE library on your machine and for your own
benefit (whether you'll use the IniEdit Control or not) you should get
the update patch from Microsoft(R) web site.

!!! Windows 95 OSR2 and Windows NT 4.0 already have the latest
versions of OLE !!!

------------------------------
 4. Loading the control in VB
------------------------------

To load the control in VB 32bit (VB4 or VB5) you can either press
<CTRL+T> or right click on the toolbar and select "Controls".
After that just place the control on the form of your choice!

===================================================
# COPYRIGHT (C) 1997-98 ArkoSoft Technologies (R) #
===================================================