• λ我爱Aspx >> Asp.Net >> 使用C#编写的一个定时关机程序
  • 使用C#编写的一个定时关机程序

  • :未知  Դ:internet  :2007-5-20 16:43:52  ؼ:c#
  • this.labelSelectDateTimeToShutdownComputer.TabIndex = 7;

    this.labelSelectDateTimeToShutdownComputer.Text = "选择任务时间: ";

    this.labelSelectDateTimeToShutdownComputer.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;

    //

    // dateTimePicker

    //

    this.dateTimePicker.CalendarFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));

    this.dateTimePicker.Cursor = System.Windows.Forms.Cursors.Arrow;

    this.dateTimePicker.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));

    this.dateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Time;

    this.dateTimePicker.Location = new System.Drawing.Point(184, 32);

    this.dateTimePicker.Name = "dateTimePicker";

    Ҷƪл˵?
  • һƪ使用C#控制远程计算机的服务
    һƪ得到系统进程和结束某个指定的进程