views:

405

answers:

4

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.

A: 

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.

Allen
+1  A: 

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.

Chris
+7  A: 

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.

Mihai
A: 

Thk Mihai, for this your answer.

Mr.BOY