Tip: To reuse a Webview2 Control from a previously closed window in VB.Net #3829
dacurrey
started this conversation in
Tips and Tricks
Replies: 1 comment
-
I can add to the above suggestion. I have now found that Form2.WebView_Form2.Source = New Uri("https://www.google.com/") does work My personal work around was to create Form2 and the associated WevView2 control dynamically when required then all the resources are released when Form2 is closed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To reuse a Webview2 control from a previously closed window. (VB.NET Code)
Beta Was this translation helpful? Give feedback.
All reactions