I want to change my mouse pointer to an custom cursor in my application.
So when my application starts, i want the custom cursor, and when it stops i want it gone.
How to do this in c# behind the code in wpf?
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.
You can not have the cursor changed for the whole operating system environment, only the WPF window.
Follow this post on how to set a custom cursor