开发者

Can't Switch From 'WaitCursor' in Form Property Menu Pulldown

Working in Visual Studio 2010 Express (C#):

Once I've switched the cursor to 'Wait开发者_JAVA技巧Cursor' in the pulldown menu, I can't change it to anything else. It seems like a bug to me. Can anyone else reproduce this? I did run a debug once or twice before trying to change the cursor again. Or am I missing something?


Had the same problem, solution was embarrassingly simple, yet infuriating. There's another property called UseWaitCursor. If this is set to true (as mine was, accidentally), you are unable to change the Cursor property to anything other than WaitCursor.

If someone can explain why there are two separate properties for setting the cursor, I'm sure we'd all love to hear it.


There is a usewait cursor property you need to set it to false in vs2010


I had this problem with the context menu on a datagridview. I was setting UseWaitCursor on the form to true and then to false after everything loaded. The context menu continued to show WaitCursor. I ended up setting the UseWaitCursor = false on the actual context menu after the load a

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜