Click to See Complete Forum and Search --> : NULL Cursor


Marc Howe
April 29th, 1999, 10:00 AM
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

rajasekar.s
April 29th, 1999, 02:02 PM
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.

Marc Howe
April 29th, 1999, 02:44 PM
THANK YOU!

I could find nothing anywhere that would work! I appreciate it very much.

Marc