visual basic 2019

  1. RobertAlanGustafsonII

    How do I provide a foolproof auto-dropdown for a combo box receiving the focus?

    WHAT I HAVE: Visual Basic2019/ 2022, WinForms, .NET Framework 4.6.1 and up MY PROBLEM: I'm trying to come up with code that causes the list of a combo box to drop down when the control gets the focus. The simplest way is to include the following code in either the GotFocus or Enter event...
  2. RobertAlanGustafsonII

    Question If I'm using the WebBrowser control to display a web page with a download link, how can I ensure the download/install happens when link is clicked?

    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...
Back
Top