Posted on: 3/30/2011 9:55:26 AM | Views : 1064

Hello.
I got a web application made with ASP.net.
I have made an activeX DLL  which (if the user allows it) it saves an image taken from a scanner and store is it a given path on client's hard drive.
My application works perfectly at the moment but i need to know if there is a chance of monitor the client's port which the scanner is connected to and catch the dataReceived event to start the image save proccess imediatelly.
They way it works now it's
- User allow the activeX to run
- The activeX locates in which port the scanner is connected and open the COM port
- The user is scanning
- The he press lets say a "Get Data" button and the image is saved to his hard disk.
 
Is there a way to skip the button click?
...

Go to the complete details ...