Board logo

标题: [提交Bug] [BUG反馈] 后台激活时,主框架消失,详情请看帖子 [打印本页]

作者: ckyy    时间: 2009-7-27 14:02     标题: 后台激活时,主框架消失,详情请看帖子

我的猜测。。。貌似没有做类似于一下代码的判断(VS里面这类问题经常碰到,是用以下的处理方式,希望对theworld有帮助):
private void TopForm_Activated(object sender, EventArgs e)
{
      if (SubPageForm != null)
      {
        SubPageForm .TopMost = true;
      }
}

private void TopForm_Deactivate(object sender, EventArgs e)
{
      if (SubPageForm != null)
      {
        SubPageForm .TopMost = false;
      }
}
作者: jym2005    时间: 2009-7-27 14:05

提示: 作者被禁止或删除 内容自动屏蔽
作者: roc    时间: 2009-7-27 20:54

想法不错,感谢楼主的建议




欢迎光临 世界之窗论坛 (http://bbs.theworld.cn/) Powered by Discuz! 7.2