时间:2021-05-20
本文实例讲述了WinForm实现程序一段时间不运行自动关闭的方法。分享给大家供大家参考。具体实现方法如下:
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Net;using System.IO;using System.Security.Cryptography.X509Certificates;using System.Net.Security;namespace DemoDataGridView{ public partial class Form3 : Form, IMessageFilter { private int m_WaitMinute = 0; System.Windows.Forms.Timer MyTimer; public Form3() { InitializeComponent(); MyTimer = new Timer(); MyTimer.Interval = 1000; MyTimer.Tick += new EventHandler(MyTimer_Tick); Application.Idle += new EventHandler(Application_Idle); } void MyTimer_Tick(object sender, EventArgs e) { if (m_WaitMinute < 60) { MyTimer.Enabled = true; MyTimer.Interval = 10000; //10秒 m_WaitMinute += 1; // this.Opacity = 1.0 - Convert.ToDouble(m_WaitMinute / 60.0); } else { MyTimer.Enabled = false; } } void Application_Idle(object sender, EventArgs e) { if (m_WaitMinute == 0) { System.IO.File.WriteAllText("D:\\1.txt", DateTime.Now.ToString()); MyTimer.Start(); } else { if (m_WaitMinute >= 6) { System.IO.File.WriteAllText("D:\\2.txt", DateTime.Now.ToString()); this.Close(); } } } public bool PreFilterMessage(ref Message m) { if (m_WaitMinute != 0) { m_WaitMinute = 0; MyTimer.Enabled = false; return true; } return false; } }}希望本文所述对大家的C#程序设计有所帮助。
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
显卡驱动程序载入,运行一段时间后驱动程序自动丢失,此类故障一般是由于显卡质量不佳或显卡与主板不兼容,使得显卡温度太高,从而导致系统运行不稳定或出现死机,此时
大家都知道,默认设置下如果一段时间不操作手机,oppoRenoAce就会自动息屏,想要打开手机又要重新解锁。接下来教给大家关闭手机自动息屏的方法,感兴趣的朋友不
写一个定时关机的小程序,可以立即关闭计算机,也可以一段时间后关闭计算机。这里主要考察system()命令。代码实现:#include#include#inclu
原因1:共享单车服务器问题,因访问人数太多造成服务器运行问题,建议等待一段时间再去访问。 原因2:考虑程序在运行时出现程序错误。建议关闭OFO共享单车再重新打
以电脑为例,内存不兼容的表现如下: 1、蓝屏。 2、开机就报警。 3、系统运行一段时间或运行大程序时,无规律死机(也就是画面停住什么都不动)。 内存(M