日期:2014-05-18 浏览次数:20912 次
        private void pictureBox2_Click(object sender, EventArgs e)
        {
            mdiChild mc = new mdiChild();
            mc.TopLevel = false;
            mc.Parent = this;
            mc.Show();
            mc.BringToFront();//你需要的
        }
------解决方案--------------------
帖子就这么沉了吗?
------解决方案--------------------
倒霉的情人节啊