What web browser engine, version, and capabilities are used to display web pages inside Visual Studio 2010?
Posted
by
Phrogz
on Stack Overflow
See other posts from Stack Overflow
or by Phrogz
Published on 2011-01-05T22:50:02Z
Indexed on
2011/01/05
22:53 UTC
Read the original article
Hit count: 427
My company is developing a plugin/add-on for Visual Studio 2010. When the user asks to display the help for our product, we plan on opening an HTML page (or suite of pages) within Visual Studio. I'm helping to design and implement the help system.
- What web engine/version is used within Visual Studio 2010? According to Wikipedia it is not Trident(!).
- Am I allowed to load remote JavaScript content (via a
<script>
element)? - Am I allowed to use XHR to load remote content?
- Will my page be trusted and have access to the
FileSystemObject
?
I would appreciate any resources you can give me on programming specifically to the 'web' capabilities of VisualStudio2010-as-a-browser.
© Stack Overflow or respective owner