hell_o__world 2015-07-02 12:08 采纳率: 0%
浏览 1434

DotNetBar控件show()不出其他窗体了,有可能是什么原因呢?急求啊

鼠标点击事件执行
ucS16.MdiParent = this;
ucS16.WindowState = FormWindowState.Maximized;
ucS16.Show();
ucS16.Update();
但是show不出来,没反应

  • 写回答

1条回答 默认 最新

  • devmiao 2015-07-02 14:29
    关注

    ucS16
    有没有初始化,
    this是不是一个mdi container

    评论

报告相同问题?