MDI和子窗体功能 [英] MDI and child form functions

查看:73
本文介绍了MDI和子窗体功能的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好



请告诉我如何在wpf中使用MDI父子表格的功能。

如何制作一个将儿童表格改为另一种形式



谢谢

Hi all

Please tell me how to use the functionality of MDI parent and child form in wpf.
how to make a form child form to another form

Thank you

推荐答案

嗨Sneh,



您必须知道,WPF中不可能使用MDI。你需要改变方法。我最喜欢的方法是Tabbed方法(如Web浏览器)。



您可以看到以下链接开始。



在WPF中获取MDI [ ^ ]



祝你好运



RKS
Hi Sneh,

You must be knowing, MDI is NOT possible in WPF. You need to change the approach. And the best approach which I like is Tabbed approach(Like web browsers).

You can see the following link for start.

Tabbed MDI in WPF[^]

Good Luck

RKS


Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles bAccounts.Click
       Accounts.TopLevel = False
       Server_Main_Window.Panel3.Controls.Add(Accounts)
       Accounts.Show()
       Accounts.BringToFront()
   End Sub





更容易......




using panel is more easier...


这篇关于MDI和子窗体功能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆