Results 1 to 2 of 2

Thread: Webbrowser vs webview2 control

  1. #1

    Thread Starter
    Registered User
    Join Date
    May 2022
    Posts
    1

    Webbrowser vs webview2 control

    It seems that microsoft is replacing webbrowser control with webview2 control.

    Now webview2 control does not have readystate for checking unlike webbrowser.

    I would like to know how to check if webview2 control has navigate completely and is on its readystate and no longet busy.

    Hoping somebody can answer. Tia

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,344

    Re: Webbrowser vs webview2 control

    Have you done some thorough reading on WebView2? Rather than just getting a specific answer here and there regarding specific differences between it and the WebBrowser control, you should get a fundamental understanding of how it actually works as an independent entity. That way, you'll have a good idea of where to look for yourself for whatever functionality you need. Whenever embarking on a new area of functionality, you should always take a bottom-up approach to information rather than top-down, i.e. learn the fundamentals of the technology first, before trying to use it in a real project, rather than trying to use it without understanding what it actually does. The latter approach is a great way to paint yourself into a corner by using something in a suboptimal or downright wrong way.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width