打开隐藏的表单 [英] Opening a form hidden

查看:87
本文介绍了打开隐藏的表单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




我在网上搜索了这个问题的答案,但令人惊讶的是没有

明确答案已经出现。如何打开隐藏在vb.net中的表单?


谢谢


问候

Hi

I have searched for answer to this question on the net but surprisingly no
clear answer has come up. How can I open a form hidden in vb.net?

Thanks

Regards

推荐答案

2月22日,11:39 * pm,John < J ... @nospam.infovis.co.ukwrote:
On Feb 22, 11:39*pm, "John" <J...@nospam.infovis.co.ukwrote:




我搜索了答案这个问题在网上但令人惊讶的是没有

明确答案已经出现。如何打开隐藏在vb.net中的表单?


谢谢


问候
Hi

I have searched for answer to this question on the net but surprisingly no
clear answer has come up. How can I open a form hidden in vb.net?

Thanks

Regards



将Me.Hide()用于form_load事件。或者尝试将表单的'

可见性属性设置为false。

Use Me.Hide() into your form_load event. Or try to set form''s
visibility property to false.


" kimiraikkonen" < ki ************* @ gmail.comschrieb:
"kimiraikkonen" <ki*************@gmail.comschrieb:

>我搜索过了在网上回答这个问题,但令人惊讶的是,
没有明确的回答。如何打开隐藏在vb.net中的表单?
>I have searched for answer to this question on the net but surprisingly
no
clear answer has come up. How can I open a form hidden in vb.net?


将Me.Hide()用于form_load事件。或者尝试将表单的'
可见性属性设置为false。


Use Me.Hide() into your form_load event. Or try to set form''s
visibility property to false.



执行''加载'时,表单仍然不可见。此外,

表格在加载事件执行后显示。


-

MS Herfried K. Wagner

MVP< URL:http://dotnet.mvps.org/>

VB< URL:http://dotnet.mvps。 org / dotnet / faqs />

When ''Load'' is executed, the form is still not visible. In addition, the
form is shown after the ''Load'' event has been executed.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>


" kimiraikkonen" < ki ************* @ gmail.comschrieb
"kimiraikkonen" <ki*************@gmail.comschrieb


我有在网上搜索这个问题的答案,但

令人惊讶的没有

明确答案已经出现。如何打开隐藏在vb.net中的表单?

I have searched for answer to this question on the net but
surprisingly no
clear answer has come up. How can I open a form hidden in vb.net?



将Me.Hide()用于form_load事件。或者尝试将表单的'

可见性属性设置为false。


Use Me.Hide() into your form_load event. Or try to set form''s
visibility property to false.



如果加载事件触发,则必须先有.Show。没有什么可以隐藏某些东西,因为它将要显示出来。相反,我将不会显示它。

Armin


If the load event fires, there must have been a .Show before. Doesn''t
make sense to Hide something because it''s about to be Shown. Instead, I
wouldn''t show it.
Armin


这篇关于打开隐藏的表单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆