CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2013
    Posts
    52

    Unhappy Addon to IE without userinterface

    I am trying to make an add-on to IE. This add-on doesn't have any tool bar or any UI.

    I am just taking the details of currently loaded HTML page.
    Basically it is for manipulating one dialog box. I want to get access to the DOM COM interfaces of the
    dialog box.

    Since it doesn't have any button I didn't impliment IOleCommandTarget.
    I implemented only IObjectWithSIte.

    My RGS file contain following in addition to my COM related entries

    HKLM
    {
    NoRemove SOFTWARE
    {
    NoRemove Microsoft
    {
    NoRemove 'Internet Explorer'
    {
    NoRemove Extensions
    {
    ForceRemove '{B12777B8-3CA7-470F-9CD9-67C44A766387}' = s 'spy'
    {
    val 'Default Visible' = s 'no'
    val 'CLSID' = s '{1FBA04EE-3024-11d2-8F1F-0000F87ABD16}'
    val 'ClsidExtension' = s '{B12777B8-3CA7-470F-9CD9-67C44A766387}'

    }
    }
    }
    }
    }
    }

    But I couldn't see my add-on working or even not loading to IE. Can anybody help me?

  2. #2
    Join Date
    Aug 2013
    Posts
    52

    Re: Addon to IE without userinterface

    Hm...I checked with regedit.exe. The extension part is not registered. Looks like just adding the scipt to RGS file doesn't work.
    What I should do to register the extension? Whether I will have to use the API for that?

  3. #3
    Join Date
    Aug 2013
    Posts
    52

    Re: Addon to IE without userinterface

    Hey replies are not readable. SOme Chinese or something is appearing.
    How to contact the admin

  4. #4
    Join Date
    Aug 2013
    Posts
    52

    Re: 栄養素 繁殖牝馬 題名 疎

    Hey,

    Please reply in English

  5. #5
    Join Date
    Aug 2013
    Posts
    52

    Re: Addon to IE without userinterface

    Now it is working. I think IOleCommandTarget is a must

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured