Menu

DataMatrix ActiveX in Internet Explorer

How to add a DataMatrix Barcode ActiveX to a Internet Explorer



Create an HTML page to embed DataMatrix Barcode ActiveX in. A simple sample page is given below
<html> <body> <OBJECT ID="DataMatrixCtrl" WIDTH="150" HEIGHT="150" CLASSID="CLSID:8EF363EC-14AB-48D1-9056-4825FABFBF68"></OBJECT> </body> </html>
The installation package includes a fully functional sample HTML page.

Note: You can use the DataMatrix 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 DataMatrix Barcode ActiveX on an IIS server.