From: medved@netcom.com (Mike Medved)
Subject: Re: No More Boring Mice Pointers!!!

' Demo by Pierre Fillion (c) 1993 by Synetics Consultation
' Version 1.1 - 1993/05/10
' (FEEL FREE TO DISTRIBUTE THE ENTIRE ARCHIVE ONLY WITHOUT MODIFICATIONS)

' I don't ask for any contributions, you may use theses routines freely
' but, it you release a .vbx or shareware routines, it would be nice
' to send me a registred copy.

' %%% Special thanks to David Sainsbury for the main routines
' %%% Very Special thanks to Fred Egger for his help to my color problem

'       Any suggestions ? or improvments ?
'       Please drop me a line on CIS 71162,51
'       or to :
'                Pierre Fillion
'                8460 Perras #1
'                Montreal,Quebec
'                H1E 5C7

'  Thanks a lot.

'------------------------------------------------------------------------
' Follow theses steps...
'------------------------------------------------------------------------

' Simply add the cursor.bas module to your project.

' Create a picture box (32x32 pixel) for the cursor and an inverted
' picture box of the first one. (See the .ico included with this demo)
' -- Use IconWorks that comes with VB or anyother, to create your pictures.
' -- Don't forget to had a light red pixel to define a hotspot in the icon.

' ******************************* NOTICE ********************************
' ******* (The inverted picture is the original one with white color
' *******  changed to screen color and everything else to white)
' ***********************************************************************

' Use the SetCursor to create the cursor,

' Use RestoreCursor to restore it back to what it was.

'------------------------------------------------------------------------
