Search results for query: *

  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...
  2. A

    How to declare callback function and pass as paramater to function

    I'm using a function in a third-party DLL library that takes a callback function as a parameter. The library was written and C#, but it seems to be perfectly compatible with VB. The only problem I'm having is figuring out how to pass one of the functions a callback function. Here is how the...
Back
Top