问题描述
你好NG,
经常退出,在Visual Studio 2005中,表单设计者失去
控件。
实际上它并没有真正松开它们,但是它们已经不再可见了,而且要获得它们,我必须关闭formdesigner并重新打开它。
我经常使用tabPage中包含的控件来观察这种情况。
这是一个(已知的)Bug吗?如果是,请把它当作Bug报告。
问候
Rainer Queck
Hi NG,
It happens quit often, that in Visual Studio 2005 the form designer "looses"
controls.
Actually it does not really loose them, but the are no longer visible and to
get them back I must close the formdesigner and reopen it.
I observe this quit often with controls contained in a tabPage.
Is this a (known) Bug? If yes, please take this as a BugReport.
Regards
Rainer Queck
推荐答案
控件是否消失而没有任何错误?有时表单
控件在加载表单时没有显示(设计时间),但它显示错误信息
。我没有挖掘细节。替换
表单和控件解决了这个问题。但如果你用自定义代码控制太多
控制它就会很痛苦。
Was the control disappeared without any error?. Sometimes the Form
Controls were not visible on loading the form(design time), but it
showed up error message. I didn''t dig down for details. Replacing the
form and controls solved the problem. But if you''ve go too many
control with custom code it''d be a pain.
这篇关于表单设计者失去控制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!