We have a website based on C # and ASP.NET, I have a barcode scanner with a DLL file to control it, which I can get to work in VB6. Before I delved into exactly how to do this, I would like to get a quick answer, even if you can do what I want in the first place.
Can I write an activex control in VB6 that allows me to control a barcode scanner and implement this activex control on our .NET-based website?
Just to be clear, not asking HOW to do this, just asking if this can be done. I haven't programmed ActiveX yet and haven't touched VB6 for a long time.
Thank!
source
share