'---- repl.line77[  ' // Navigate to a web page] ----
      ' // Navigate to a web page
      '//pWebView2.Navigate("https://www.planetsquires.com/protect/forum/index.php")
     weburl = AfxUrlCreateFromPath(get_webrootpuri() & get_webrootpath())
      pWebView2.Navigate(weburl)
      ' // Set the focus in the web page
      pWebView2.MoveFocus(COREWEBVIEW2_MOVE_FOCUS_REASON_PROGRAMMATIC)
   END IF
    
'---- till (excl.) ' // Set the focus in the web page ----
