Results 1 to 4 of 4

Thread: System Mouse Icon

  1. #1

    Thread Starter
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125

    System Mouse Icon

    Is there a way to change the mouse icon for the whole system? I want to make the mouse icon turn into one that is flipping someone off every few seconds. Then I am going to use the SetCursorPos API to move the cursor around the screen like waving it in the user's face. A nice practical joke.
    <removed by admin>

  2. #2
    Addicted Member Bazza81's Avatar
    Join Date
    Apr 2001
    Location
    Nottingham, UK
    Posts
    203

    You'll need this

    Public Declare Function SetSystemCursor Lib "user32" Alias "SetSystemCursor" (ByVal hcur As Long, ByVal id As Long) As Long
    Who needs rhetorical questions anyway?


    Bazza NET - The place you want to be!

  3. #3

    Thread Starter
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    Can I use that with a custom cursor? I don't think there is an ID for a hand flipping you off...
    <removed by admin>

  4. #4
    Addicted Member Bazza81's Avatar
    Join Date
    Apr 2001
    Location
    Nottingham, UK
    Posts
    203

    I'm sure...

    I may be mistaken but isnt there an API to return a handle to a cursor file? Well if there aint then I dunno.
    Who needs rhetorical questions anyway?


    Bazza NET - The place you want to be!

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