本文介绍了如何捕获按钮控件以显示对话框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



在我的应用程序中,当我单击关注按钮时,我想显示对话框.

对于前我的应用程序中有2个对话框,名为abc&. xyz
abc对话框包含两个按钮,分别单击下一步",确定".
每当我单击下一步按钮时,必须显示xyz对话框.

我将代码写为
xyz a;
a.DoModal();

但是我没把他放出去

任何人都可以帮助我实现这一目标.

非常感谢.

Hi,

In my application i want to display the dialogue box when ever i clicked on concern button.

For Ex. I have 2 dialogue boxes in my application named abc & xyz
abc dialogue box contains two buttons called next,ok.
whenever i click on next button xyz dialogue box has to be displayed.

i have written the code as
xyz a;
a.DoModal();

But i didn''t get the out put

Can any one help me to achieve this.

Thanks you a lot.

推荐答案




这篇关于如何捕获按钮控件以显示对话框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-22 23:52
查看更多