|
-
April 29th, 1999, 10:00 AM
#1
NULL Cursor
How do I load and keep a NULL cursor? I'm using VC++6 and want to implement this for a non-scrnsave.lib screen saver. I can't seem to figure out how MS did it with the SAVER example.
Any ideas are greatly appreciated.
Thank you,
Marc
-
April 29th, 1999, 02:02 PM
#2
Re: NULL Cursor
HI,
If u mean that u want to hide it use ShowCursor (FALSE), and to show it use ShowCursor with a TRUE !
Be careful, all the calls to FALSE should match with the calls with the TRUE, else u wont get the cursor back !
bye.
-
April 29th, 1999, 02:44 PM
#3
Re: NULL Cursor
THANK YOU!
I could find nothing anywhere that would work! I appreciate it very much.
Marc
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
|