Link to home
Start Free TrialLog in
Avatar of alxmota
alxmota

asked on

How to change mouse cursor in whole desktop?

Hi...

When I change the mouse cursor    form1.cursor := crHourGlass   it works only when the mouse is over my aplication, not in desktop.

Question: How to change mouse cursor in whole desktop, over other applications?

I use XP, and    screen.cursor    don't work too.
Avatar of mocarts
mocarts

set Screen.Cursor property

Screen.Cursor := crHourGlass;

but don't forget to save previous cursor and set it back ;)
wbr, mo.
Avatar of alxmota

ASKER

I've tried     screen.cursor   and nothing happened. It works on XP?
ASKER CERTIFIED SOLUTION
Avatar of mocarts
mocarts

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial