dropdown

  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. N

    Question Implementing a dynamic submenu on ToolStripMenuItem

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