绘制控件后如何将光标返回到 Visual Studio 2010 RC Windows 窗体设计器中?

发布于 08-21 22:43 字数 303 浏览 11 评论 0原文

我不确定这是一个错误还是我只是错过了一些东西,但我一生都无法弄清楚如何让光标回到 Visual Studio 2010

我打开了一个现有项目并添加了一个组框,现在我的光标卡在绘制组框上。我只想恢复简单的指针光标,但我所做的一切似乎都无法恢复它。

我几乎期望它位于工具箱的“光标”下,但事实并非如此。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

情话已封尘2024-08-28 22:43:16

出现此问题是因为 VS 2010 导入了以前版本的设置。
为了修复它,右键单击工具箱并选择重置工具箱。

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.

另类2024-08-28 22:43:16

这是一个错误。关闭 Visual Studio 2010 并重新打开。在工具箱中,“指针”应位于每个选项卡的顶部。此外,指针应该像在 Visual Studio 2008 中一样工作;绘制一个控件后,它将恢复为指针。

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.

想念有你2024-08-28 22:43:16

Scott Guthrie 今天宣布 Visual Studio 团队现已推出 VS 2010 RC Intellisense 崩溃问题补丁。似乎在他们发布 RC 之前的后期修复修改了 UI 输入代码路径,不幸的是暴露了一个相当严重的错误。您应该能够从 Microsoft Connect 网站

希望这对一些人有帮助。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文