用c sharp实现简单通讯程序qq.docVIP

  • 9
  • 0
  • 约5.17万字
  • 约 38页
  • 2019-08-20 发布于江西
  • 举报
用c#实现简单通讯程序 2006年11月5日 8:13 本文介绍了用c#实现的一个类似QQ的局域网通讯程序,当点击最小化程序跑到系统托盘里,双击托盘可以可以显示主页面。 程序运行界面如下: 托盘里的菜单如下: c#作为微软.Net战略的重要棋子,对网络编程提供了很好的支持和优化。实现起来特别方便,还是看代码吧,已经注释的很清楚了。工程文件放在后面了,需要的可以下载 代码如下: using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.IO; using System.Net.Sockets; using System.Threading; namespace p2pChat { /// summary /// MainForm 的摘要说明。 /// /summary public class MainForm : System.Windows.Forms.Form { private System.Windows.Forms.Label label1; private S

文档评论(0)

1亿VIP精品文档

相关文档