Link to home
Start Free TrialLog in
Avatar of Koo
Koo

asked on

global hide mouse cursor in delphi

I was wondering how to globally hide the mouse cursor in delphi?... I have used 'showcursor(false)' but it does not globally hide the cursor. Alternatively is there a way to disable the mouse in assembly code?
Avatar of Lukasz Lach
Lukasz Lach

BlockInput(True);
:-)
I think that this just block the mouse and keyboard .
And can be disabled with CTRL+ALT+DEL
what's the problem? you can block them, can't you?
Not sure for NT and XP. Anyway just wish to tell to Koo that is possible to reactivate the mouse with this combination.
Avatar of Koo

ASKER

Blockinput works but I just want to 'hide' the mouse cursor...  I need it just to be hidden as I want all injected mouse input to still be functional...can you help me with this???
ASKER CERTIFIED SOLUTION
Avatar of Lukasz Lach
Lukasz Lach

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