用C#下的Raw Socket編程實現網路封包監視談起socket編程,大家也許會想起QQ和IE,沒錯。還有許多網路工具如P2P、NetMeeting等在應用程式層實現的應用程式,也是用socket來實現的。Socket是一個網路編程介面,實現於網路應用程式層,Windows Socket包括了一套系統組件,充分利用了Microsoft Windows
using System;using System.Collections.Generic;using System.Collections.Specialized;using System.Diagnostics.Contracts;using System.IO;using System.Linq;using System.Net;using System.Text;namespace Rocky.Net{ public sealed class HttpRequestWrapper
原文地址:http://msdn.microsoft.com/en-us/library/ff708696.aspx Hilo 是一個文章和樣本的系列,介紹如何使用 Visual Studio 2010 和 Visual C++ 建立高效能、反應迅速、豐富的 Windows 7 用戶端應用程式,以操控 Windows7 強大的能力。Hilo 提供了包括源碼和編碼指導來協助你設計和開發自己的 Windows 應用。 這個系列覆蓋了眾多的主題,包括 Windows7
這是我昨天(今天淩晨)說到的今天要介紹的TaskbarNotifier, a skinnable MSN Messenger-like popup in C# and now in VB.NET too By John O'Byrne. 可惜昨天晚上寫好的那篇文章,因為過了24:00,日期只能記在今天名下了,沒找到部落格園裡改文章時間的地方:|[介紹]筆者在學習C#時移植自己C++的CTaskbarNotifier類,實現了這個可換膚的 MSN Messenger-like 風格表單,
Jeffery’s training: .NET Threading in C#: Building Responsive, Reliable & Scalable Code. I’d like to share some highlights with you. And the demo code is here: www.wintellect.com/2397 1. IntroductionEarly OS had just 1 thread, and then Windows