how can you make the hour glass appear next to the cursor. I want to be able to turn it on/off.
thnks
Printable View
how can you make the hour glass appear next to the cursor. I want to be able to turn it on/off.
thnks
Use the Screen.mousepointer setting:
Hope this helpsCode:Screen.MousePointer = vbArrowHourglass
--CODE--
Screen.MousePointer = vbHourglass
--CODE--
Screen.MousePointer = vbDefault