CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    5

    UI EXPERTS: How to load different Mouse Pointers



    Hi,


    I know how to load a different mouse pointer...

    My question is:

    Is it possible to use an overlay image and load it over the current mouse pointer?


    Thanx,

    Oren

  2. #2
    Join Date
    Apr 1999
    Location
    Melbourne, Victoria, Australia
    Posts
    532

    Re: UI EXPERTS: How to load different Mouse Pointers

    Check out LoadCursor and SetCursor functions


  3. #3
    Join Date
    Apr 2000
    Location
    Israel
    Posts
    403

    Re: UI EXPERTS: How to load different Mouse Pointers

    Save an icon in your resource and make a use of LoadCursor and SetCursor. You can also load it from a file if you want, but this require additional work. Check MSDN for further information

    Alexander Tumarov.
    [email protected]
    ICQ#:39711978

    I am not here for rates, but rates will give me an opportunity to figure out whether my postings help or not.

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