Visual Basic 工具条消失了错误帮助

发布于 2024-10-07 06:47:30 字数 290 浏览 0 评论 0原文

就在那里! Visual Basic Express 2010 中的一个错误:

我有几个 ToolStrip 控件停靠在 tabPanel 的几个面板中。

有时,某些工具条会从设计页面中消失。

仍然存在,因为我可以在设计界面的底部看到它的名字。 如果我单击该名称,kazaaaaam!!!,如果显示回来,但如果我单击其他地方的另一个控件,它会再次消失。

并且编译并运行该项目后,用户也看不到它。

唯一的解决方案是插入一个全新的工具条并复制/粘贴坏的按钮!

有什么线索吗?

There it is! A BUG in Visual Basic Express 2010:

I have several ToolStrip controls docked within several panels of a tabPanel.

And sometimes, some toolstrip disappear from the design page.

Still exists since I can see its name in the bottom under the design surface.
If I click that name, kazaaaaam!!!, if shows back, but if I click another control elsewhere it vanishes again.

And after compiling and running the project, user can't see it neither.

Only solution is insert a fresh new toolstrip and copy/paste the bad one's buttons!

Any clue?

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

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

发布评论

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

评论(1

吹泡泡o 2024-10-14 06:47:30

VS2008 和 VS2010 中似乎存在一个奇怪的错误。由于某种原因,它将 .Visible 属性设置为 False。如果您转到项目的“属性”部分,选择 ToolStrip,然后将 .Visible 属性设置为 True,它应该可以工作。

There appears to be a weird bug in VS2008 and VS2010. For some reason it sets the .Visible property to False. If you go to the Properties section of your Project, select the ToolStrip and then set the .Visible property to True, it should work.

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