以下の内容はhttps://blog.systemjp.net/entry/2021/11/10/105203より取得しました。


webview2でファイルのダウンロード先やファイル名を変更する方法

あんまり古いWebView2だとDownloadStartingが無いので注意

Private Sub CoreWebView2_DownloadStarting(sender As Object, e As CoreWebView2DownloadStartingEventArgs)

    Dim downloadOperation : downloadOperation = e.DownloadOperation
    e.ResultFilePath = "C:\hogehoge\dl.zip"

End Sub

...

AddHandler FormE.view2.CoreWebView2.DownloadStarting, AddressOf CoreWebView2_DownloadStarting

ネタ元

www.fixes.pub




以上の内容はhttps://blog.systemjp.net/entry/2021/11/10/105203より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14