本文介绍了关于System.Windows.Forms(C#)中控件类中的Show方法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




我的函数:myAdjustForm.Show();


我使用Show方法显示弹出窗口在我的C#程序中给用户的窗口




我发现我在开始之前调用了这个函数TWICE

看到弹出的弹出窗口。


你知道我怎么解决它吗?是否与缺少初始化相关

例程?


谢谢。


祝你好运,


Albert

Hi,

my function: myAdjustForm.Show();

I am using the Show method to show the pop-up window to the users
in my C# program.

I found that I have invoke this function TWICE at the beginning before I can
see the pop-up window poping up.

Do you know how I can fix it? Is it related to missing initialization
routines?

Thanks.

Best regards,

Albert

推荐答案





这篇关于关于System.Windows.Forms(C#)中控件类中的Show方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 01:24