10-07-2024
01:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-07-2024
01:29 PM
I'm not familiar with the "WebBrowserDialog". But maybe you could start the default browser to show your content. Something like this might work.
Dim processStartInfo = New ProcessStartInfo("www.google.nl")
processStartInfo.UseShellExecute = True
Process.Start(processStartInfo)
Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Blog: hjalte.nl - github.com