我有一个非常简单的表格。 当我在表格上调用 Show () 时, 它不会被显示 。
- It is in the taskbar and resting on it in the taskbar displays the window in the taskbar popup.
- The Location is 0, 0 (to make it easy to find).
- The Size is 128, 98 so it has a size.
- If I create any other Form and the call Form.Show() on it at the same place - it works.
我快疯了,有什么想法吗?
<强度> 更新: 强度> 将样本降为密钥代码(对于犯此错误的其他人):
namespace AutoTagCore.net.windward.autotag.controls.start_here
{
partial class TemplatePopUp
{
private void InitializeComponent()
{
...
this.Opacity = 0D;
...
}
}
}