H
HotIndigo
Guest
I need to temporarily override my mouse cursor with my own custom cursor. All the literature tells me to use the construct:
Mouse.OverrideCursor = MyCustomCursor
However, when I apply this code I get the error message:
Error BC30456 'OverrideCursor' is not a member of 'Mouse'.
The only options that VS 2019 suggests for Mouse. are: Equals and ReferenceEquals.
I am clearly missing something but I have not been able to find it. Any clues or help please?
HotIndigo.
Continue reading...
Mouse.OverrideCursor = MyCustomCursor
However, when I apply this code I get the error message:
Error BC30456 'OverrideCursor' is not a member of 'Mouse'.
The only options that VS 2019 suggests for Mouse. are: Equals and ReferenceEquals.
I am clearly missing something but I have not been able to find it. Any clues or help please?
HotIndigo.
Continue reading...