Available in the LEADTOOLS Imaging toolkit. |
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 LTOCXKRNDLGU.DLL will register LEAD ActiveX Common Dialogs (Kernel).
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 LTOCXKRNDLGU.DLL will unregister LEAD ActiveX Common Dialogs (Kernel).
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.