How to migrate from SHDocVw.DLL to WebView2 to read content from application url in edge?

Gupta, Richa 1 Reputation point
2022-05-06T14:51:34.803+00:00

Hi Team,

We have a windows application that uses SHDocVw : InternetExplorer object to read the data from a URL of application on IE browser. Now with End of life of IE is nearing how to migrate the code to use WebView2 to read data from the application open on Edge.

Is there any documentation or steps that clearly states how to migrate between two DLL.

Any help in this regard will be highly appreciated.

Best Regards,
Richa

Microsoft Edge | Microsoft Edge development
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2022-05-09T07:52:00.263+00:00

    Hi @Gupta, Richa ,

    Is there any documentation or steps that clearly states how to migrate between two DLL.

    As far as I know there is no such documentation to migrate between these two DLL you mentioned.

    They are actually based on different engines (trident and chromium) so I think this is impossible. You need to use Webview2 to develop new applications, in the meantime you can continue to use Edge IE mode to access this application, or you can determine which browser the user is using and direct the user to the application that uses different controls, but I recommend you focus more on modern browsers.

    Regards,
    Xudong Peng


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.