Displaying a web page in Visual Studio
Using the web browser that’s built into Visual Studio is dead simple:
var dte = (DTE)GetService(typeof(DTE));
dte.ItemOperations.Navigate(url);
Using the web browser that’s built into Visual Studio is dead simple:
var dte = (DTE)GetService(typeof(DTE));
dte.ItemOperations.Navigate(url);