如何使 MdiChild 表单位于 C# 的选项卡中?
我有一个 MDIparent Forma,其中有一些 mdichild 表单。你能帮我一些如何将 mdichilds 放入选项卡中,如 google chrome、firefox、IE、Opera ...
I have a MDIparent Forma and which has some mdichild forms in it. Can you help me some how put the mdichilds in Tabs like google chrome , firefox , IE , Opera ...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这里有一篇关于使用 TabControls 的 MDI 表单的好文章:
http://www.codeproject.com/KB/cs/MDITabBrowsing.aspx
There's a good article on MDI forms with TabControls here:
http://www.codeproject.com/KB/cs/MDITabBrowsing.aspx
尝试这样的事情:
Try something like this: