前些日子 老师要求做个PPT倒计时 即是时间到了就把PPT强行给关闭 在演示的时候防止有些人厚脸皮拖时间 我用VS2005做的 测试成功
From1.cs:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace ppttime
{
public partial class Form1 : Form
{