***************************************
T A S K B A R   I C O N   C O N T R O L

              R E A D M E
***************************************


OVERVIEW
========
TaskbarIcon ActiveX Control is a powerful control
for creating small icons on the taskbar icon area,
just like what the power indicator or language
indicator does. With this control, the small icons
in the area can reponse to you mouse events on it.

TaskbarIcon ActiveX Control is a Freeware. You can
freely distribute it together with the original
readme file and sample files. You cannot modify
any of this files in the distribution.

REQUIREMENTS
============
For the control:
	Windows 95/98 or Windows NT 4.0;
	MFC42.DLL; MSVCRT.DLL; OLEAUT32.DLL;
For the example:
	Visual Basic 5.0


HOW TO REGISTER THE CONTROL
===========================
Please copy the TASKBARICON.OCX and TASKBARICON.LIC
files to your Windows' system directory. Then start
you Visual Basic 5, browse to the TASKBARICON.OCX
file in the Components dialog and add this control to
the components list. This step makes the control to
be registered. Then you can use this control as what
you did with other ActiveX controls. You can also
register this control by a command line statement
(in your Windows' system directory, type):
	regsvr32 taskbaricon.ocx

PROPERTIES
==========
Name - 	The name of the control you add to your form
Icon - 	The icon you want to display on the taskbar icon
	area. You can set the value of Icon property
	to be equal with the value of a Picture property
	of any other control, such as PictureBox control
	or Image control.
Index -	To implement control array.
Left, Top-  The position of the control on the form
Tag -	Useful for your custom property
Tooltip -  The float message to be displayed while the
	   mouse pointer stays on the icon

    [NOTE]
    Although you can set the control's position on the form,
    the control is invisible under running mode. It's only
    visible under designing mode of your VB program.


METHODS
=======
AboutBox -  Display About Dialog of the control and see
	    copyright information.
HideIcon -  Hide the icon which has been displayed on
	    the taskbar
IsShown  -  To determine the state of the icon, shown or
	    hided. Return type: Boolean
ShowIcon -  Show the icon you want to be displayed on
	    the taskbar



EVENTS
======
IconDblClick - Fire while double-click at the icon
IconMouseDown - Fire while a mouse button is pressed down
		at the icon
IconMouseMove - Fire while mouse is moving upon the icon
iconMouseUp - Fire while a mouse button is released up
	      at the icon


EXAMPLE
=======
VBTest is a example of using TaskbarIcon control. It displays
a animating icon on the Taskbar Icon Area. While you right-click
at the icon, it pops up a menu and you can select: About, 
Show Monitor Window, or Exit.


MORE INFORMATION...
===================
For more information of TaskbarIcon Control, please contact
technical support of Daemon Sunshine Technology Ltd.

WWW: http://www.dstworld.com/
EMail: support@dstworld.com
TEL: +86 10 62631910

    [NOTE]
    We only have Chinese version WWW site at current time. If you
    can not read Chinese, please feel free to contact us by Email
    or telephone.



~~~~~~~~~~~~~~~~~~~~
Daemon Sunshine Tech
1     9     9     8
~~~~~~~~~~~~~~~~~~~~