Search results for query: *

  1. M

    Question ToolStripDropDown renders at position 0,0 on first click

    hmmm... You're right. In the form application it does exactly what you said. In the IE toolbar app, it just opens the drop-down and it stays there. I think I may have found a work-around though. If I do this: dropDown.Visible = true dropDown.Close() then it seems to work just fine...
  2. M

    Question ToolStripDropDown renders at position 0,0 on first click

    Thanks JohnH. However, that doesn't solve what I need. That just seems to open the drop-down right off the bat. I probably should have been a little more explicit in my original post, but what I'm trying to do is to create a toolbar for IE. I want to have certain drop-down buttons be...
  3. M

    Question ToolStripDropDown renders at position 0,0 on first click

    I'm trying to add a WebBrowser object into a ToolStripDropDownButton's drop-down. When I first click the button the drop-down shows at screen position 0,0. On subsequent clicks of the button the drop-down shows underneath the button like it should. Any idea on how to get the drop-down to show...
Back
Top