1. 首页
  2. 课程学习
  3. C++/C
  4. windows编程定时关机程序源码下载
下载地址
用户评论
码姐姐匿名网友 2019-08-19 14:39:12

void Main_OnCommand(.....) { switch(id) { case IDC_CS1: { system("shutdown -s"); break; } case IDC_CS2: { ................. sprintf(P1,"shutdown -s -t %d",r1); ..... int ret=MessageBox(hwnd,TEXT(P2),TEXT("提示"),MB_OKC