如何捕获对话框窗口已打开

如何捕获对话框窗口已打开

问题描述:

想要捕获对话框窗口是否打开

Want to capture dialog window is open or not

也许本文将为您提供帮助: ^ ]
Maybe this article will help you: Popup Killer[^]


我会认为您正在使用桌面应用程序并显示了一个对话框,并且不希望用户做任何事情,除非他为该对话框回答并且您尝试很难做到这一点:-)
因此,根据我清晰的想象力,这是您对不清楚的问题的回答:D

I am gonna think that you are using desktop application and displayed a dialog and dont want the user to do anything unless he answers for that dialog and you trying the hard way to do this :-)
so here is your answer according to my clear imagination to your unclear question :D

yourdialogname.ShowDialog(this);



对于更陌生的问题,这里是一个奇怪的答案,希望对您有所帮助:D



here you are a strange answer for even more stranger question hope this helped :D