0

Based on this article, windows phone 8 has Trident (mshtml).

So, how can I add the reference to it in a WP8 project?

MaruTaru
  • 27
  • 5
  • Do you just want a `WebBrowser`: http://msdn.microsoft.com/en-us/library/windowsphone/develop/microsoft.phone.controls.webbrowser(v=vs.105).aspx – WiredPrairie Apr 07 '14 at 23:44
  • Nope, i want to user IHTMLElement3 interface (or something similar) – MaruTaru Apr 08 '14 at 00:06
  • 1
    You've provided no information about what you're trying to do or even what programming language. What are you trying to do? – WiredPrairie Apr 08 '14 at 00:09

1 Answers1

0

You can't. Remember that Windows Phone runs in a sandboxed environment and third-party applications do not get low-level access to system resources.

Den
  • 16,686
  • 4
  • 47
  • 87