This VBX allows to use customized Mouse Cursors whith any controls in Visial Basic application. 
Take any icon or bitmap and assign it to Mouse.

SWREG ID: 2392
-------------------------------------------------------------------------
								4/12/94
MCURSOR.VBX.  Mouse Cursor Control. Version 2.0.      			
-------------------------------------------------------------------------

This VBX allows to assign icons and bitmaps to mouse cursor of 
any control exept non-graphic control (such as Line, Shape, Label etc.). 
-------------------------------------------------------------------------

What is new.

In this version added possibility to assign any bitmap to cursor.
Also here is a new "JumpIn" property, what allows to jump cursor in
the center of the catched control. 
-------------------------------------------------------------------------

How to use.

1. Put control on form.
2. Choose control in sControlName property.
3. Choose picture into CursorIcon property. Please note, you can work whith 
   icons and bitmaps pictures. You can not to metafiles.
4. Change (if you want to) Hot Spot coordinates.	
5. Add following line into your code, for example into Form_Load() event:
	MCursor1.Action = 1
6. Run application. Enjoy.
-------------------------------------------------------------------------

How it works.

By changing cursor of any control, MCURSOR modifies cursors of all controls 
that belong to the same Class. Therefore, by seting cursor of any Command Button, 
MCURSOR changes cursors for all other Command Buttons in this particular 
application, if MousePointer property of those Buttons set to default (0). 
If you want to desable customized cursor for any control, set MousePointer 
property  to anything but 0.
-------------------------------------------------------------------------

Registration.

You can register this Control by sending your name and either:

1. On-line registration with Compuserve, type GO SWREG and register
	product number 2392. The fee is $30.00. A registered copy will 
	be sent by E-Mail.
2. Sending $30 and your name and address to the E-Mail address below.

Please provide me with an E-Mail address where the control can be sent,
alternatively add $3.50 for shipping and a disk will be mailed to you.
Overseas shipping varies with destination.
-------------------------------------------------------------------------

If you have any comments or questions, please send them to me. I can be 
reached at
 

	Alex Spektor, 
	610 Valley Stream Circle
	Langhorne, PA 19053
	(215) 741-5611. 

	Or E-Mail at CIS: 73321,1525 and Internet aspektor@susq.com.


