WebBrowser Class stealing focus from Drop Down List

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mmcdonald2k
    New Member
    • Sep 2011
    • 1

    WebBrowser Class stealing focus from Drop Down List

    The WebBrowser Class is stealing focus from a drop down style combobox when the user has clicked the drop down list. I put logic in the WebBrowser.Docu mentCompleted() event to SetFocus back to the original control. However, this doesn't prevent the drop down list being closed while the user is trying to select an item from it.
Working...