I am trying to set default browser for the add-in I am using to chrome, but by default it takes IE always. How do I change this
相关问题
- Converting byte array output into Blob corrupts fi
- Passing a namespace into a function
- How to name and reference an Excel range using off
- Setting width of Office add-in task pane
- Office Dialog API send message to child dialog
相关文章
- Directly signing an Office Word document using XML
- Excel merge cell date and time
- What Component IDs should I search for to detect w
- Outlook WebAddin is detected as contextual addin i
- Add excel custom functions to an existing excel ad
- Clear Microsoft Office Add-Ins cache
- Pop-up blocked error when opening url from outlook
- How can I retrieve the full MIME message from an M
I assume you are talking about a scenario where your add-in generates a new browser window/popup. On Windows, this will always be Internet Explorer.
Keep in mind that for all Office desktop variants, add-ins are hosted within an embedded browser instance. For Windows machines, this is an embedded Internet Explorer instance. For Mac machines, it uses an embedded Webkit instance. When you open a new window, popup or follow a link it will always be executed within that same instance.