How to register ActiveX object
The ActiveX object is a software component created by an arbitrary producer in any programming language that can be used in every system which takes advantage of ActiveX objects. The ActiveX object has got either the invisible form or it is a visible component with the graphic user interface (graphic control object). The invisible ActiveX objects can be used in the PROMOTIC system by the
PmaActiveX object, while the visible ActiveX objects can be used in graphic panels in the PROMOTIC system by the
PmgActiveX object. To use the ActiveX object on the computer in programs, it must be correctly registered in
Windows OS.
The registration is made either by the installation program of the component (if it exists) or the ActiveX object must be
registered manually by the utility regsvr32.exe.
ActiveX object located in the panel that is enabled for the Web is functional only in the Web browser
InternetExplorer in emulated document mode lower than 11.
The syntax of calling the register utility
regsvr32.exe:
regsvr32.exe ActiveXFile
where
ActiveXFile is the file name of the ActiveX object (including the extension OCX, DLL or EXE)
Example:
regsvr32.exe C:\Folder\xxx.ocx