Click here to Skip to main content
15,888,313 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: .NET 3.0 Getting Started Pin
Brendan Vogt23-Jun-07 2:08
Brendan Vogt23-Jun-07 2:08 
QuestionInterop.MSXML2.dll Pin
Sebastian T Xavier22-Jun-07 0:13
Sebastian T Xavier22-Jun-07 0:13 
AnswerRe: Interop.MSXML2.dll Pin
Vasudevan Deepak Kumar22-Jun-07 5:27
Vasudevan Deepak Kumar22-Jun-07 5:27 
QuestionScroll a panel manually Pin
Dillipb21-Jun-07 19:29
Dillipb21-Jun-07 19:29 
AnswerRe: Scroll a panel manually Pin
Manas Bhardwaj22-Jun-07 5:24
professionalManas Bhardwaj22-Jun-07 5:24 
AnswerRe: Scroll a panel manually Pin
Vasudevan Deepak Kumar22-Jun-07 5:30
Vasudevan Deepak Kumar22-Jun-07 5:30 
QuestionC#/VS2005 Event fired on Network Activity Pin
xcguy8721-Jun-07 7:16
xcguy8721-Jun-07 7:16 
AnswerRe: C#/VS2005 Event fired on Network Activity Pin
Dave Kreskowiak21-Jun-07 7:48
mveDave Kreskowiak21-Jun-07 7:48 
There is not event for this. You'll need to write your own component using a packet capture library and create and fire this event yourself.

But, you have another problem. You can't fire an event on every packet and expect some piece of code to be able to handle it. Packets can be transfered at a rate faster than your other process can process the events.

What did you plan on doing with this?


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: C#/VS2005 Event fired on Network Activity Pin
xcguy8710-Jul-07 9:10
xcguy8710-Jul-07 9:10 
GeneralRe: C#/VS2005 Event fired on Network Activity Pin
Dave Kreskowiak10-Jul-07 9:18
mveDave Kreskowiak10-Jul-07 9:18 
QuestionHow to customize BackgroundWorker Pin
sro11621-Jun-07 5:21
sro11621-Jun-07 5:21 
AnswerRe: How to customize BackgroundWorker Pin
Scott Dorman22-Jun-07 7:29
professionalScott Dorman22-Jun-07 7:29 
Questioncreating XmlNode tree without XmlDocument Pin
invictus321-Jun-07 5:12
invictus321-Jun-07 5:12 
AnswerRe: creating XmlNode tree without XmlDocument Pin
PIEBALDconsult21-Jun-07 11:19
mvePIEBALDconsult21-Jun-07 11:19 
QuestionServiceHost for WCF-Service Pin
marbou21-Jun-07 3:19
marbou21-Jun-07 3:19 
Questionwindow serevice and disk quota (Please help). [modified] Pin
goblins20-Jun-07 18:48
goblins20-Jun-07 18:48 
AnswerRe: window serevice and disk quota (Please help). Pin
originSH21-Jun-07 0:02
originSH21-Jun-07 0:02 
GeneralRe: window serevice and disk quota (Please help). Pin
goblins21-Jun-07 0:52
goblins21-Jun-07 0:52 
GeneralRe: window serevice and disk quota (Please help). Pin
Dave Kreskowiak21-Jun-07 2:09
mveDave Kreskowiak21-Jun-07 2:09 
GeneralRe: window serevice and disk quota (Please help). Pin
goblins21-Jun-07 14:09
goblins21-Jun-07 14:09 
QuestionDisabling Ctrl + F4 and Ctrl + F6 in MDI app Pin
MrAndrew20-Jun-07 4:38
MrAndrew20-Jun-07 4:38 
AnswerRe: Disabling Ctrl + F4 and Ctrl + F6 in MDI app Pin
Luc Pattyn20-Jun-07 4:49
sitebuilderLuc Pattyn20-Jun-07 4:49 
GeneralRe: Disabling Ctrl + F4 and Ctrl + F6 in MDI app Pin
MrAndrew20-Jun-07 5:51
MrAndrew20-Jun-07 5:51 
AnswerRe: Disabling Ctrl + F4 and Ctrl + F6 in MDI app Pin
Craster20-Jun-07 5:53
Craster20-Jun-07 5:53 
GeneralRe: Disabling Ctrl + F4 and Ctrl + F6 in MDI app Pin
MrAndrew20-Jun-07 6:05
MrAndrew20-Jun-07 6:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.