Hi,
I have a VB6 application where I am trying to
change the cursor to an Hourglass while the
application is doing some database processing
I used the following:
Screen.MousePointer = vbHourglass
.. Data base processing code
Screen.MousePointer = vbDefault
However the mouse pointer remains the arrow
Please assist
I have a VB6 application where I am trying to
change the cursor to an Hourglass while the
application is doing some database processing
I used the following:
Screen.MousePointer = vbHourglass
.. Data base processing code
Screen.MousePointer = vbDefault
However the mouse pointer remains the arrow
Please assist