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
Printable View
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
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.
THANK YOU!
I could find nothing anywhere that would work! I appreciate it very much.
Marc