Visual Basic 工具条消失了错误帮助
就在那里! 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.