Results 1 to 2 of 2

Thread: FEATURE_BROWSER_EMULATION for Class Addin

  1. #1
    Member
    Join Date
    2015-12
    Posts
    3
    Login to Give a bone
    0

    Default FEATURE_BROWSER_EMULATION for Class Addin

    I am developing an addin for AutoCAD using c# with a WPF xaml dockable pane, I would like to sometimes show a webpage in the pane so I am using the WebBrowser, however it is not displaying the HTML5 content well as it defaults to IE7. using FEATURE_BROWSER_EMULATION I should be able to point it to using IE11 if installed, however setting the application that the addin is loaded into in the registry isnt working. I also tried the dll file that my addin creates and this doesnt work either. Is there a way to tell my WebBrowser in my dll within acad.exe to use IE11?

  2. #2
    Member
    Join Date
    2015-12
    Posts
    3
    Login to Give a bone
    0

    Default Re: FEATURE_BROWSER_EMULATION for Class Addin

    I just found that if I put the registry entry onto the HKEY_CURRENT_USER instead of HKEY_LOCAL_MACHINE it works

Similar Threads

  1. 2015: Is it possible to do Debugging with Addin Manager?
    By R K in forum Revit - API
    Replies: 1
    Last Post: 2014-06-24, 02:50 AM
  2. Pipe Stress Addin
    By dennis howell in forum Revit MEP - General
    Replies: 3
    Last Post: 2011-11-21, 04:57 PM
  3. Free Revit Addin
    By Sferrazza in forum Revit - API
    Replies: 4
    Last Post: 2011-07-19, 01:35 AM
  4. addin-manager issue
    By Ning Zhou in forum Revit - API
    Replies: 0
    Last Post: 2010-10-27, 09:13 PM
  5. 3D Pump Design addin for autocad
    By RoadieDesigns in forum AMEP General
    Replies: 1
    Last Post: 2010-05-01, 11:26 PM

Posting Permissions

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