Capture OCX Control Events in VBScript
-
Hello, Vikash Here. I have a USB device. To use this device, the manufacturer has provided a .OCX file. So in windows app, I register my OCX and I can see a control in the ToolBox which I drop on a Form and use the USB device using this Control. Now this Control works on Events .This USB device is a FingerPrint Reader. When I place my Finger on the Reader it generates an Event which is Captured by my Windows App(bcoz of OCX Control on the Form) and I get the FingerPrint Data. Now How Can I Achieve this in VBScript in my Web-Page. Hope you understand my explaination. Any Ideas.
-
Hello, Vikash Here. I have a USB device. To use this device, the manufacturer has provided a .OCX file. So in windows app, I register my OCX and I can see a control in the ToolBox which I drop on a Form and use the USB device using this Control. Now this Control works on Events .This USB device is a FingerPrint Reader. When I place my Finger on the Reader it generates an Event which is Captured by my Windows App(bcoz of OCX Control on the Form) and I get the FingerPrint Data. Now How Can I Achieve this in VBScript in my Web-Page. Hope you understand my explaination. Any Ideas.
Vikash, were you successful in doing this? If so please let me know how you did this because I am also facing the same problem.