gpt4 book ai didi

c# - WinForms:子窗体关闭父窗体

转载 作者:太空宇宙 更新时间:2023-11-03 14:15:52 26 4
gpt4 key购买 nike

在我的 C# 项目中,我有 2 个模态对话框(ParentForm 和 ChildForm):

在 ParentForm 中我调用 ChildForm:

        var ChildForm = new ChildForm ();
if (DialogResult.OK == ChildForm .ShowDialog(this)) {
...

当我关闭 ChildForm 时,ParentForm 也会自动关闭。我怎样才能防止这种行为?谢谢。

最佳答案

那么,我的问题的解决方案:ParentForm 上的某些按钮将 DialogResult 属性设置为 Cancel,因此 ParentForm 在点击事件被触发。

关于c# - WinForms:子窗体关闭父窗体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6596136/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com