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

  • :未知  Դ:internet  :2007-5-20 16:43:52  ؼ:c#
  • this.panelChild = new System.Windows.Forms.Panel();

    this.buttonCancel = new System.Windows.Forms.Button();

    this.buttonInvoke = new System.Windows.Forms.Button();

    this.checkBox = new System.Windows.Forms.CheckBox();

    this.panelParent.SuspendLayout();

    this.panelChild.SuspendLayout();

    this.SuspendLayout();

    //

    // labelWhatDoYouWantTheComputerToDo

    //

    this.labelWhatDoYouWantTheComputerToDo.Location = new System.Drawing.Point(8, 8);

    this.labelWhatDoYouWantTheComputerToDo.Name = "labelWhatDoYouWantTheComputerToDo";

    this.labelWhatDoYouWantTheComputerToDo.Size = new System.Drawing.Size(216, 16);

    this.labelWhatDoYouWantTheComputerToDo.TabIndex = 9;

    this.labelWhatDoYouWantTheComputerToDo.Text = "选择任务:";

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

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