Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I get the cursor back in Visual Studio 2010 RC Windows Forms designer after drawing controls?

I am 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 Windows Forms 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 it's not.

like image 854
Allen Rice Avatar asked Feb 16 '10 16:02

Allen Rice


2 Answers

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.

like image 70
Mihai Avatar answered Oct 11 '22 12:10

Mihai


It's a bug. Close Visual Studio 2010 and reopen. In the toolbox, the "Pointer" should be at the top of every tab. Also the pointer should work like it did in Visual Studio 2008; it will revert back to the pointer after drawing one control.

like image 35
Allen Rice Avatar answered Oct 11 '22 14:10

Allen Rice