
vc#winform
comeon_data
04年开始从事.NET相关项目的研发,目前主要做webgame的开发工作。
展开
-
Socket基本编程,转至http://www.vipcn.com/InfoView/Article_81925.html
//Socket基本编程 //服务端: using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; Thread mythread ; Socket socket; // 清理所有正在使用的资源。 protected override void转载 2006-05-25 17:16:00 · 1550 阅读 · 1 评论 -
简单的多人聊天(C#.Socket)转至http://www.lihuasoft.net/article/show.php?id=2724
using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;using System.Threading;using System.Net.Sockets;using System.Net;n转载 2006-05-25 17:18:00 · 1763 阅读 · 1 评论