Results 1 to 40 of 54

Thread: vb6 webview2 by IUnknown WebView2Loader.dll-Edge-Chromium

Threaded View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2020
    Posts
    5,541

    vb6 webview2 by IUnknown WebView2Loader.dll-Edge-Chromium

    download webview sdk *.nupkg
    you can find:
    webview.tlb , WebView2.idl WebView2Loader.dll

    https://globalcdn.nuget.org/packages....1774.30.nupkg
    https://learn.microsoft.com/en-us/mi...s=dotnetcsharp
    rename as zip file,unzip

    ---------------
    This is just a simple example to open a URL. More can be done with TLB files or better dynamic lightweight COM interfaces.

    Code:
        If CreateCoreWebView2EnvironmentWithOptions(strptr(""), strptr(""), 0&, ObjPtr(WebCompletedHandler)) <> S_OK Then
            MessageBox 0, "Failed to create environment", "Error", 0
            Else
            Form1.Caption = "New Webview OK"
        End If
    Last edited by xiaoyao; Dec 29th, 2025 at 03:02 AM.

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