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...
This seems like it should be a common problem, but so far I haven't found a solution. On my Windows Form I have created a menu object and populated it with ToolStripMenuItems. One of these items has a DropDown object attached. The DropDown should appear when the mouse hovers over the parent...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.