|
-
November 23rd, 2009, 11:38 AM
#1
mouse pointer and browser
Hi
I;m curious to know how a browser application will change the mouse pointer from arrow to a hand when the mouse pointer is above a link for example. Do you have any idea about how can I know at every moment what type of mouse pointer do I have to deal with? I was thinking at using a mouse hook. What do you think?
so, I need to know:
1) how the browsers tells to the OS what mouse pointer type to use?
2) how can i know at every moment what mouse pointer is?
many thanks
-
November 23rd, 2009, 12:06 PM
#2
Re: mouse pointer and browser
Handle the WM_SETCURSOR and WM_MOUSEMOVE messages.
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
|