RobertAlanGustafsonII
Active member
- Joined
- Sep 16, 2023
- Messages
- 39
- Programming Experience
- 10+
WHAT I HAVE:
Visual Basic 2019, .NET Framework 4.6+, WinForms
MY PROBLEM:
I like to use the WebBrowser control, rather than simply firing up the browser, in order to ensure that a program's strategic access to the web doesn't serve as a substitute for the user simply firing up the browser at a specific page, and then navigating anywhere willy-nilly. The thing is, I want to use the control to send the user to a page with a download/install link. How can I ensure that when the link is clicked, the download/install actually takes place like it would if I simply fired up the browser?
If extra code is required, keep it in VB.NET and as simple as possible.
Visual Basic 2019, .NET Framework 4.6+, WinForms
MY PROBLEM:
I like to use the WebBrowser control, rather than simply firing up the browser, in order to ensure that a program's strategic access to the web doesn't serve as a substitute for the user simply firing up the browser at a specific page, and then navigating anywhere willy-nilly. The thing is, I want to use the control to send the user to a page with a download/install link. How can I ensure that when the link is clicked, the download/install actually takes place like it would if I simply fired up the browser?
If extra code is required, keep it in VB.NET and as simple as possible.