Click to See Complete Forum and Search --> : How to hide mouse cursor?


ssrikrishnan
September 7th, 1999, 09:21 AM
Hi,
I wish to write an application (say a small dialog box in VC++), which should also make
the mouse cursor disappear, untill a mousemove.
I'm able to make it work, with in my dialog box, But not for the other windows present already.
Can any one help?

Ways tried:
ShowCursor(FALSE);

SetCursor(NULL);

Can anyone help?

Srikrishnan S

ChristianM
September 7th, 1999, 09:59 AM
you can try with SetSystemCursor();
but i dont know how you will be able to know when the mouse move... (if it is not on you dialog..)