How to open a url in Edge WebView2 control within mmc instead of old Internet explorer?

Copper Contributor

Can we replace old IWebBrowser2 with IWebView2 controls in mmc so that websites open using new Edge WebView2 instead of old internet Explorer. I want the website to open within mmc and not  outside in a popup new window. Is there any code that I can refer to achieve this? Or any change in registry settings to help achieve this? 

 

Note: I tried the webview2 in win32 apps in c++ sample code provided on Microsoft's website which opens webview2 component in a new window. But that when I tried to integrate the same with mmc snapin it did not work. 

0 Replies