C#中如何让子窗口总在最前面

2024-11-19 15:36:35
推荐回答(2个)
回答1:

调用 showDialog() 不要调用show() 方法就可以了

回答2:

Form1 frm = new Form1();
frm.ShowDialog();