Cant Change Cursor Style in Visual Studio
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 sna开发者_运维百科ps 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.
use the insert key on your keyboard ...it will change your cursor style..... more info on this link over cursors
精彩评论