CD
Claudio Di Flumeri
December 17, 2002 01:45 PM UTC
> I'm trying to control the mouse pointer from hourglass and back to normal. Any ideas will be appreciated.
> Thank you.
>
>
'This change the mouse pointer to hourglass
Me.Cursor = Cursors.WaitCursor
'This change the mouse pointer to normal
Me.Cursor = Cursors.Default