Skip to main content
stevec78144007
Participant
November 5, 2015
Answered

How add ActiveX controls so they appear in the Insert ActiveX List

  • November 5, 2015
  • 1 reply
  • 964 views

In RH 2015, how can I add custom ActiveX DLL's to the list of available ActiveX controls so that the custom DLL or OCX is listed on Insert ... HTML ... JavaScript ... ActiveX Controls dialog?   Where does RH get this list?

This topic has been closed for replies.
Correct answer Willam van Weelden

I believe this is a list of ActiveX controls that are installed on your system. To add one, install the corresponding application and it should pop up in the list.

Please note that ActiveX is outdated and not supported by modern browsers. What are you trying to add? There probably is a better way to achieve the same goal that is supported by browsers.

1 reply

Willam van Weelden
Willam van WeeldenCorrect answer
Inspiring
November 5, 2015

I believe this is a list of ActiveX controls that are installed on your system. To add one, install the corresponding application and it should pop up in the list.

Please note that ActiveX is outdated and not supported by modern browsers. What are you trying to add? There probably is a better way to achieve the same goal that is supported by browsers.

stevec78144007
Participant
November 5, 2015

Thanks for pointing me in the right direction.  The solution turned out to be a good deal more complicated on a Win 10 box.  Services had to be started, IE security permissions reduced, Adobe Acrobat Reader DC installed and added-in to IE, and all that worked to allow the .htm help pages which referenced a PDF to work as expected when viewed directly within a .chm file.

However, in RoboHelp and IE 11 the display of the PDF hangs up with "Initializing".  I am still tracking down how to deal with that.  Any suggestions?

Willam van Weelden
Inspiring
November 9, 2015

When embedding a PDF, avoid the ActiveX. Instead, try one of the following:

  1. Create a link in the TOC to the PDF baggage file. No need for a topic this way.
  2. Add an iFrame to the topic and point the source to the PDF baggage file. The browser will load the PDF using the built in controls.