Not sure if this is a bug or if i'm just missing something but I cannot for the life of me figure out how to get my cursor back in the winforms designer in visual studio 2010.

I opened up an existing project and added a group box, now my cursor is stuck drawing group boxes. I just want the simple pointer cursor back but nothing I do seems to bring it back.

I almost expected it to be on the toolbox under "Cursor" but its not.

link|improve this question

Not sure why I'm getting a vote to close as this is a valid question about an IDE. – Allen Feb 16 '10 at 16:19
I suppose few contributors here are all that interested in answering questions about buggy beta software. Such an answer is going to be completely irrelevant in a few months. Hopefully. Use connect.microsoft.com to let them know about bugz. – Hans Passant Feb 16 '10 at 16:24
So we're voting to close questions based on popularity now? I can understand down votes or just the fact that no one answers, thats fine, but voting to close seems lame. – Allen Feb 16 '10 at 16:28
feedback

3 Answers

up vote 22 down vote accepted

This problem appears because VS 2010 imports the settings from previous versions. In order to fix it right click over the toolbox and select Reset Toolbox.

link|improve this answer
boomshakalaka – jberger Feb 16 at 21:21
feedback

Scott Guthrie announced today that the Visual Studio team now has a Patch for VS 2010 RC Intellisense Crash Issue. It seems that a late fix right before they shipped the RC modified a UI input code path that unfortunately exposed a pretty dramatic bug. You should be able to get the patch from the Microsoft Connect Website.

Hope this helps some.

link|improve this answer
feedback

Its a bug, close VS 2010 and re open. In the toolbox the "Pointer" should be at the top of every tab. Also the pointer should work like it did in vs2008, it will revert back to pointer after drawing 1 control.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.