摘要: this.ShowInTaskbar = false;///使窗体不显示在任务栏 阅读全文
posted @ 2016-10-15 21:10 张瑞丰 阅读(8072) 评论(0) 推荐(1)
摘要: private void timer1_Tick(object sender, EventArgs e) { pt = Control.MousePosition;//pt是事先定义的point label1.Text = pt.X.ToString() + "," + pt.Y.ToString( 阅读全文
posted @ 2016-10-15 10:07 张瑞丰 阅读(298) 评论(0) 推荐(1)