问题描述
我像开膛手杰克一样走了
第一
我想创建一个模仿MDI的Windows窗体的应用程序.我有一个带有一些按钮的主窗口,该按钮需要一直可见.
当用户单击任何这些按钮时,我需要打开相应的表单.
第二
每个窗口内的某些按钮会重叠调用另一个窗口.此新窗口需要返回值.
好吧,我是WPF的新手,我想做最好的练习.
谢谢你们.
Desenvolvedor
I go by part like Jack the ripper
First
I would like to create an application that imitates a Windows Form with MDI. I have a main window with some buttons that will need be visible all the time.
When the user clicks any these buttons, I need open the respective form.
Second
Some buttons inside each window, call another window in overlapping. This new window needs return values.
Well, I'm new in WPF and I want to do the best practice.
Thank you, Guys.
Desenvolvedor
推荐答案
https://github.com/andrassebo/mdicontainer
https://code.msdn.microsoft.com/windowsapps/Multiple-Document-059b96a8
https://wpfmdi.codeplex.com/
https://github.com/andrassebo/mdicontainer
https://code.msdn.microsoft.com/windowsapps/Multiple-Document-059b96a8
https://wpfmdi.codeplex.com/
这篇关于WPF之类的MDI表单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!