Hello!

How to control a hardware device through an ASP.NET page?

I used to do it using a client ActiveX (C++ or VB6).

What is the .NET equivalent for ActiveX controls in this case?

Is it possible to replace this ActiveX for a .NET component acting like that?