Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Making an Internet Explorer (IE) Browser Helper Object (BHO) Addon / Extension / Plugin

Making an Internet Explorer (IE) Browser Helper Object (BHO) Addon / Extension / Plugin

Scheduled Pinned Locked Moved Unsolved General and Desktop
qt5.5c++msiebrowserplugin
3 Posts 2 Posters 2.9k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    maximo
    wrote on 26 Nov 2015, 00:19 last edited by
    #1

    Is it possible to use Qt/C++ to make an IE addon / extension / plugin called a Browser Helper Object?

    https://en.wikipedia.org/wiki/Browser_Helper_Object

    For instance, here's some C++ code, but I don't know if it will compile with Qt?

    http://www.adp-gmbh.ch/win/com/bho.html

    1 Reply Last reply
    0
    • A Offline
      A Offline
      alex_malyu
      wrote on 26 Nov 2015, 03:00 last edited by
      #2

      AFAIK com objects are only available under Windows,
      why would you need Qt be involved there?

      On the other hand why wouldn't it compile?
      Qt even has an addon http://doc.qt.io/qt-5/activeqt-index.html which can make your life easier.

      M 1 Reply Last reply 26 Nov 2015, 04:02
      0
      • A alex_malyu
        26 Nov 2015, 03:00

        AFAIK com objects are only available under Windows,
        why would you need Qt be involved there?

        On the other hand why wouldn't it compile?
        Qt even has an addon http://doc.qt.io/qt-5/activeqt-index.html which can make your life easier.

        M Offline
        M Offline
        maximo
        wrote on 26 Nov 2015, 04:02 last edited by
        #3

        @alex_malyu said:

        http://doc.qt.io/qt-5/activeqt-index.html

        I'll give it a try. I've got a client wanting plugins for FF, Chrome, Safari, and IE. All are somewhat easy (manifest text file + some XML, HTML, Javascript, jQuery) except for IE. On IE, one STILL (yep, disappointing that Microsoft doesn't run with the pack yet) requires that you compile it into a COM object DLL and then through some registry stuff, hook it into IE. (BTW, the new experimental Edge browser from Microsoft has no extension support yet. Windows 10 comes with both Edge and IE11.)

        1 Reply Last reply
        0

        2/3

        26 Nov 2015, 03:00

        • Login

        • Login or register to search.
        2 out of 3
        • First post
          2/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved