正在阅读:在.NET程序中使用PIPE(管道技术)在.NET程序中使用PIPE(管道技术)

2004-02-14 09:34 出处:PConline 作者:夏桅/CSDN 责任编辑:linjixiong

   this.Controls.Add(this.btnExit);
   this.Controls.Add(this.tbResult);
   this.Name = "Sample";
   this.Text = "Sample";
   this.ResumeLayout(false);

  }
  #endregion

  private void btnExit_Click(object sender, System.EventArgs e)
  {
   Application.Exit();
  }

  private void btnRefresh_Click(object sender, System.EventArgs e)
  {
   this.Run();
    }
   }
  }
  // 在Windows2003 Server, .NET Framework1.1.4322平台运行通过, VS.NET 2003调试通过.

  怎么样, 很简单吧? 要是还不懂自己调试调试代码就明白啦.
  关于Windows的PIPE技术本身, 可以看看这两篇文章:
  Windows管道技术简述
  Windows系列操作系统对线程间通信的支持

  我的BLOG: http://blog.sunmast.com/

键盘也能翻页,试试“← →”键

关注我们

最新资讯离线随时看 聊天吐槽赢奖品