Accessing ASP.Net Controls from OCX Control.
-
Hello, This is Vikash. I have created an OCX Control in VB6.0 for Controlling a USB Device. In the OCX Control I have a function where I get data from the USB Device. Now my query is How Can I pass this data from OCX Control to a Textbox on the same WebPage. Anyone Having any idea, or Can it be done in the first place. If Yes, then some ideas please. Thanks in Advance.
-
Hello, This is Vikash. I have created an OCX Control in VB6.0 for Controlling a USB Device. In the OCX Control I have a function where I get data from the USB Device. Now my query is How Can I pass this data from OCX Control to a Textbox on the same WebPage. Anyone Having any idea, or Can it be done in the first place. If Yes, then some ideas please. Thanks in Advance.
I believe that if you create a COM object in VBScript, you can access it's properties. An IE web page can run VBScript on the client, and of course, your site will now only work in IE anyhow.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
I believe that if you create a COM object in VBScript, you can access it's properties. An IE web page can run VBScript on the client, and of course, your site will now only work in IE anyhow.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
Thanks Christian for the reply. Actually, I have a USB Card Reader. And I am getting Data from this Device in an Event when some Card is swapped on the device. Bcoz of this event I need to use the OCX Control to trap the event and get data. Now I need to Pass this data to my WebPage which will take this data, Search for a Match in the DB and Display other details like Name, Code, Image of the person who has punched the Card. Any Idea please, I need to somehow get this information. Christian any more Ideas please.