ToolStripManager 不工作
ToolStripManager 已彻底损坏。 LoadSettings 没有做任何事情...而且我显然不是唯一遇到此问题的人:
http://social.msdn.microsoft.com/forums/en-US/winforms/thread/656f5332-610d-42c3-ae2d-0ffb84a74b34/
https://connect.microsoft.com/VisualStudio/ Feedback/ViewFeedback.aspx?FeedbackID=128042
那么...有人有解决方法吗? 该线程中发布的内容只是将所有工具栏移至窗口底部。
The ToolStripManager is hopelessly broken. LoadSettings doesn't do a thing...and I'm evidently not the only one with this problem:
http://social.msdn.microsoft.com/forums/en-US/winforms/thread/656f5332-610d-42c3-ae2d-0ffb84a74b34/
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=128042
So...anyone have a workaround? The one posted in that thread just moved all the toolbars to the bottom of the window.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我的解决方案:
声明此结构来存储工具栏的设置:
用于保存的代码
用于恢复的代码
Here is my solution:
Declare this struct to store the settings of a toolbar:
Code to save
Code to restore