How to open an specific application when connecting a USB?
I want to open an application which is developed in ASP.net using C# in PC when connecting a PDA device via USB connection.
Question is:
1. How do i check the particular USB device has connected?
2. how do i launch the specific application when connecting a particular USB?
NOTE: Using VB.net using C# or ASP.net using C#.