问题描述
大家好,
我需要有关MDI应用程序的一些信息.
我需要创建一个MDI应用程序,但是MDI应用程序的每个子窗体都会有很多UI操作.因此,我想在一个单独的线程中创建MDI子代,并让它自己运行,即,如果使MDI子代挂断/崩溃的任何原因,MDI父代仍然继续.
我发现了一些类似的示例,但是它们是在WPF中开发的.
对我来说,我需要使用Windows Forms MDI应用程序.
有可能这样做吗?
提供任何相关信息将不胜感激.
谢谢,致以最诚挚的问候,
Zaw Min Tun
Hi all,
I need some information regarding to MDI application.
I need to create an MDI apllication, but each child form of the MDI application will be having a lot of UI operations for itself. So I want to create the MDI child in a separate thread and let it run by itself, i.e. if anything make that MDI child hang up/crash, the MDI parent will still go on.
I found some similar samples, but they are developed in WPF.
For me, I need to use the Windows Forms MDI application.
Is it possible to do so?
Providing any relating information will be very grateful.
Thanks & best regards,
Zaw Min Tun
推荐答案
这篇关于MDI Child在单独的线程中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!