Menu

Linear Barcode ActiveX and Microsoft Internet Explorer

How to add a Barcode ActiveX to a Internet Explorer



Create an HTML page to embed Barcode ActiveX in. A simple sample page is given below

<html>
<body>
<OBJECT ID="ABarCode" WIDTH="280" HEIGHT="100" CLASSID="CLSID:C26D9CA8-6747-11D5-AD4B-C01857C10000"></OBJECT>
</body>
</html>



The installation package includes a fully functional sample HTML page.

Note: You can use the Barcode ActiveX control on the Internet without installing it on users' PCs. Barcodes are generated directly on the IIS server without any temporary files being created.
See example of using Barcode ActiveX on an IIS server.