Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Possible Duplicate:
How can I detect a USB disconnect event? (Windows, .NET C# application)

Is there an event raised which I can use in my winforms c# application to detect when a device is connected or disconnected with the pc? I was not able to find anything than the advice to keep a timer running and check the comports. Any tips?

share|improve this question
1  
@CodeCaster: Hmm, now you mention it, "USB" is a cool word... +1 – musefan Dec 5 '12 at 13:42
1  
@musefan Tsk. It's not a word - it's an acronym. ;) (And I know CodeCaster said it first) – J. Steen Dec 5 '12 at 13:43
@musefan I already edited it out, nevermind. I'll have to accept that the definition of a "good question" is open for interpretation. – CodeCaster Dec 5 '12 at 13:46

marked as duplicate by CodeCaster, Levi Botelho, Jon B, J. Steen, Jakub Konecki Dec 5 '12 at 15:05

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

There is a cool project called Enumerate and Auto-Detect USB Drives

enter image description here

It can be very usefull.

There is also Device Management Message called WM_DEVICECHANGE

Notifies an application of a change to the hardware configuration of a device or the computer. A window receives this message through its WindowProc function.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.