基本信息
源码名称:windows系统定时自动关机
源码大小:0.02M
文件格式:.zip
开发语言:C#
更新时间:2021-07-17
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 5 元×
微信扫码支付:5 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
windows系统自带任务自动关机操作不够好,一旦决定关机,无法取消。该实例可实现win10定时自动关机,最小化隐藏窗口,类似QQ窗口隐藏
public partial class Form1 : Form
{
int 年;
int 月;
int 日;
int 时 = 18;
int 分 = 0;
int 秒 = 0;
public Form1()
{
InitializeComponent();
this.comboBox1.Items.Add("今天");
this.comboBox1.Items.Add("明天");
DateTime now = DateTime.Now;
this.年 = now.Year;
this.月 = now.Month;
this.日 = now.Day;
{
int 年;
int 月;
int 日;
int 时 = 18;
int 分 = 0;
int 秒 = 0;
public Form1()
{
InitializeComponent();
this.comboBox1.Items.Add("今天");
this.comboBox1.Items.Add("明天");
DateTime now = DateTime.Now;
this.年 = now.Year;
this.月 = now.Month;
this.日 = now.Day;