CDNotification ActiveX Control v1.1

Copyright (c) 1999-2000 Hai Li, Zeal SoftStudio.
Release Date: January 6, 2000
Homepage: http://zealsoft.tripod.com/
          http://www.nease.net/~zealsoft/indexc.html
EMail: haili@public.bta.net.cn

This is an English version of ReadMe file. Chinese people 
please read ReadMeC.txt.

CDNotification ActiveX Control is a CARDWARE. If you are 
using this program, please send me a postcard, not e-mail. 
My address is
	Hai Li
	No. 1607 Unit 133
	Beijing Institute of Technology
	Beijing 100081
	PR China

What's CDNotification ActiveX Control
--------------------------------------
CDNotification ActiveX Control is a control that allows 
your program to know when a CD is inserted in or ejected 
out of the CD-Rom drive.

One day, I got the ComonentSource Demo CDs which can change
its content when I changed the CD. I'm impressed by it 
and want to add the feature into my applications, so I write
this control. If you like it, please send me a postcard and 
tell me why you use it and your suggestions.

If you want to get the source code of this control, you can
refer to Buy Source Code section in this file.

Newsletter
--------------
If you want get a notification when we release a new version 
or other free controls, you can visit 
http://zealsoft.tripod.com/cdnotify/ and subscribe FREE CONTROL 
newsletter.

Install/Uninstall
--------------------
You can unzip all files to your hard disk. 

CDNotify.ocx and all other files in VB5 subfolder are
used with Visual Basic 5.0 Service Pack 3(SP3).

CDNotify6.ocx and all other files in VB6 subfolder are
used with Visual Basic 6.0.

If you want to use this control with other version of 
Visual Basic or other products which support ActiveX 
controls, you need VB 5.0 (SP3) or VB 6 Runtime DLLs, 
you can download them from http://zealsoft.tripod.com/cdnotify/.

To uninstall the files, you can simply delete all files
which you copy to your disk.

How to use 
------------

1) Properties

   Enabled property
      Data type: Boolean
      Remarks: When this property is set to True(default), the 
               control will fire corresponding event when a 
               CD-Rom is inserted or ejected out.

2) Events

   Arrival Event 
      Syntax: Private Sub obj_Arrival(ByVal Drive As String)
      Remarks: Occurs when a new CD arrived. The parameter Drive 
               indicates the CD-Rom drive letter.

   RemoveComplete Event 
      Syntax: Private Sub obj_RemoveComplete(ByVal Drive As String)
      Remarks: Occurs when CD is removed. The parameter Drive
               indicates the CD-Rom drive letter.


Samples
---------
Visual Basic 5.0 and 6.0 samples are included, which are located
in Vb5 and Vb6 directory. 

Buy Source Code
-----------------
If you want to know the secret why the contorl work, you can visit 
http://zealsoft.tripod.com/cdnotify/ to buy the source code of the 
control(US$10). Both VB 5.0 and VB 6.0 source code are included.

History
---------
1.1	Fix the bug of program crash when the driver is arrived 
	under Windows NT and Windows 2000.
1.0	Initial release