Registering and Unregistering the ActiveX Controls

Registering ActiveX Controls

Before any ActiveX Control can be used, it must be registered. The installation program automatically registers all the LEADTOOLS Controls. If you would like to manually register the controls run:

REGSVR32.EXE for 32-bit ActiveXs

found in the BIN directory and pass the name of the ActiveX to register as a parameter.

EX.:

REGSVR32 LTOCXU.OCX will register the Main ActiveX.

REGSVR32 LTDLG14N.OCX will register the Imaging Common Dialog ActiveX.

 

Unregistering ActiveX Controls

To unregister ActiveX Controls, include the "/u" switch before the ActiveX name when running:

REGSVR32.EXE for 32-bit ActiveXs

EX.:

REGSVR32 /u LTOCXU.OCX will unregister the Main 32-bit ActiveX.

REGSVR32 /u LTDLG14N.OCX will unregister the LEAD Imaging Common Dialog ActiveX.

 

NOTE: The LEADTOOLS ActiveXs do not register without certain DLLs. For a list of required DLLs, refer to Files To Be Included With Your Application.