I have to change the default cursor in Silverlight to custom .cur file that I have with me int the resources. I will have to do the same in App.xaml.cs.
Any pointers to this please?
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.
Silverlight does not support custom mouse cursors, inherently. As such, you will have to look into creating your own and loading the .cur file as the source of the visual part of the cursor. A Google search or two should give you some resources and forums on similar approaches to the issue. Here is one example project that may help you with your approach.