How do you launch an instance of IE from an app? Is it better practice to page to a window with and browser window?
You can launch a URI in the browser using the WebBrowserTask.
Use it like this:
var wbt = new WebBrowserTask(); wbt.URL = "http://stackoverflow.com/"; wbt.Show();
1.4m articles
1.4m replys
5 comments
57.0k users