4

Like in the title. How I can do it when it's possible
I want create browser, what was be amazing !
If anyone can help me, please!
Thanks for advance :)

ry sieł
  • 61
  • 1
  • 6
  • 1
    Google gave me [this](http://stackoverflow.com/questions/31773359/add-new-microsoft-edge-to-web-broswer-control) as first result.. – SimpleVar Nov 24 '15 at 20:16
  • @SimpleVar I don't know how to use it. Do you can explain me this? How to apply Edge instead IE? – ry sieł Nov 24 '15 at 20:38

1 Answers1

7

The Microsoft Edge browser uses EdgeHTML for its layout/rendering. The Microsoft Edge team wrote a blog post demonstrating how one could leverage this to build their own browser around a WebView.

Sampson
  • 265,109
  • 74
  • 539
  • 565
  • 1
    I've got this! Tks @Sampson :D #offtopic I got a error while creating UWP project in VS2015 Express for Windows 10 :( It says It can't load an assembly (?). I try reinstall, but if You can, post a solve :) Tks for advance – ry sieł Nov 25 '15 at 09:10
  • 1
    @rysieł If you're having issues creating an app in VS2015 Express, please post a new question for that specifically. If this answer helped you, please consider accepting it. – Sampson Nov 25 '15 at 17:27