I want a global hook to the mouse and have an event fire when the cursor changes to an Ibeam or any other cursor icon types.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a Win32 article in a MSDN Magazine issue back from 2001 that seems to cover that topic.
If the idea they discuss in their article fits to your requirements, I do think that you can use the ideas within the article and use some P/Invoke to do this in C#.