Problems with ToolStrip control - ToolStripButtons flickering [modified]
-
Hi, Working with WinForms, I have a ToolStrip for which I add ToolStripButtons in runtime. I have 2 problems: 1. When the mouse hovers over these ToolStripButtons they constantly flicker. 2. I need to click them twice or three time to invoke the method that is assigned to the MouseClick event. Is this caused by adding the ToolStripButtons in runtime? Thanks, Yoav Ben Zvi
modified on Tuesday, April 22, 2008 3:30 AM
-
Hi, Working with WinForms, I have a ToolStrip for which I add ToolStripButtons in runtime. I have 2 problems: 1. When the mouse hovers over these ToolStripButtons they constantly flicker. 2. I need to click them twice or three time to invoke the method that is assigned to the MouseClick event. Is this caused by adding the ToolStripButtons in runtime? Thanks, Yoav Ben Zvi
modified on Tuesday, April 22, 2008 3:30 AM
-
Hi Yoav, I have tested this issue, but it works well. I was not able to see this issue here. Please send your sample code, it will helps to solve the problem earlier. Thanks,
Gopal.S
th eproblem seems to be with another control teking focus. Thanks anyway.