View Single Post
Old Aug 1st, 2005, 2:36 PM   #2
Rory
Expert Programmer
 
Rory's Avatar
 
Join Date: Jan 2005
Location: London
Posts: 542
Rep Power: 4 Rory is on a distinguished road
Send a message via MSN to Rory
The plug in network cable event is probably a window message of some kind, probably hardware related. I'd suggest setting up some code that hooks the system message stream (WH_SYSMSGFILTER) and dumps the output. See if anything interesting goes past when you plug/unplug the cable!
Rory is offline   Reply With Quote