programmatically

  1. A

    Question WebBrowser control, programmatically select dropdown and execute javascript

    I'm trying to select an item in a drop down list on a web page that is displayed in a WebBrowser control in a VB application. Selecting the item is no problem, I just loop through the children of the HTMLSelectElement until I find the value I want and then set the .Selected property for that...
Back
Top