If your Microsoft HTML Help project includes custom or third-party ActiveX controls, the ActiveX files (.OCX, .DLL) need to be installed and registered on end users' systems.
Application Help: Provide your developer with a copy of HHActiveX.DLL when you deliver your .CHM files. For information about how to install and register .DLL and .OCX files, your developer can check the documentation included with the application's install program.
Standalone Help: Copy the .DLL or .OCX file on the disk or CD where your .CHM files are located. This file can be manually installed and registered.
Copy the .OCX (or .DLL) file into Windows\System.
Click the Windows Start button.
Select Run.
In Open, enter the following:
regsvr32 activex_name.ocx
where activex_name is the name of the .OCX or .DLL file
Click OK.
Tips: |
|
|
|