CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: NULL Cursor

  1. #1
    Join Date
    May 1999
    Posts
    34

    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


  2. #2
    Join Date
    Apr 1999
    Location
    Chennai, India
    Posts
    48

    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.





  3. #3
    Join Date
    May 1999
    Posts
    34

    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
  •  





Click Here to Expand Forum to Full Width

Featured