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