比如你的定时器Timer 名叫 time1在定时器的Tick事件函数中这样写:time1.Enabled = false; //关闭定时器form2 f2 = new form2(); //实例化一个form2 窗体类form2 .ShowDialog(); //设置form2 以对话框模式显示