|
-
September 7th, 1999, 09:21 AM
#1
How to hide mouse cursor?
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
-
September 7th, 1999, 09:59 AM
#2
Re: How to hide mouse cursor?
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..)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|