This feels slightly ridiculous asking this here, but I’m writing a WinForms app and must have accidentally changed the cursor style from “default” to “WaitCursor” but now cant change it back. Every time I use the drop down to select a different style it just snaps back to the “WaitCursor” option.
The control isn’t locked, and im rather confused.
Any help welcome!
C
Set the UseWaitCursor property back to False.