|
-
Dec 9th, 2001, 03:30 AM
#1
Thread Starter
PowerPoster
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.
-
Dec 9th, 2001, 06:19 AM
#2
Addicted Member
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!

-
Dec 9th, 2001, 04:06 PM
#3
Thread Starter
PowerPoster
Can I use that with a custom cursor? I don't think there is an ID for a hand flipping you off...
-
Dec 9th, 2001, 07:03 PM
#4
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|