/* Rambling comments… */: Disappointing .Net Sockets article in MSDN Magazine this month
http://www.lenholgate.com/archives/000440.html
CodeProject: Testing TCP and UDP socket servers using C# and .NET. Free source code and programming help
http://www.codeproject.com/KB/IP/testingsocketservers.aspx
观察和理解模糊处理的输出
http://msdn.microsoft.com/zh-cn/ms227212(VS.80).aspx
大家好.谁做过Socket通信这一块.我自己建了个类库.自己感觉就很差.想请高人指点指点. .NET技术 / C# – CSDN社区 community.csdn.net
http://topic.csdn.net/t/20061211/10/5221154.html
c#下的Socket网络通信(类库) (转载) – chenlunpan的个人空间 – ITPUB个人空间 – powered by X-Space
http://space.itpub.net/7380741/viewspace-50965
Mike Woodring\’s .NET Sample Page
http://www.bearcanyon.com/dotnet/#ConnectionLimit
c#socket编程基础 – 一他糊涂 – 博客园
http://www.cnblogs.com/jacktu/archive/2007/11/21/966458.html
C#关机的代码怎样? .NET技术 / C# – CSDN社区 community.csdn.net
http://topic.csdn.net/t/20060225/09/4576395.html
c#关机时提示_百度知道
http://zhidao.baidu.com/question/48204712.html
c#关机 – .net–更高的追求! – 博客园
http://www.cnblogs.com/leewy/articles/52010.html
c#关机时自动退出程序_.Net技术文章_Asp.net_网站开发
http://www.diybl.com/course/4_webprogram/asp.net/netjs/2008823/137205.html
# /// <summary>
# /// 操作系统关闭时,关闭应用程序
# /// </summary>
# /// <param name="m">截获系统消息</param>
# protected override void WndProc(ref Message m)
# &leftsign;
# switch (m.Msg)
# &leftsign;
# case 0×0011://WM_QUERYENDSESSION
# m.Result = (IntPtr)1;
# break;
# default :
# base.WndProc(ref m);
# break;
# &rightsign;
# &rightsign;
历史博文
- 20070903 linux samba - 2008
- 1229 UDP CAsyncSocket - 2007
- 0219 BOBLOG HTTP_USER_AGENT - 2006
- IE插件BHO技术 - 2005