PDA

Click to See Complete Forum and Search --> : [RESOLVED]{Reported as Bug!}VS2005 - ToolStripMenuItem


StoneTheCrows
Aug 5th, 2005, 06:41 AM
I have an app that creates ToolStripDropDownButtons at run time and then creates and adds ToolStripMenuItems to those ToolStripDropDownButtons. The creation process applies some text to the ToolTip property of the ToolStripDropDownButtons and the ToolStripMenuItems. Once these have all been created, they are added to a ToolStrip. The ToolStrip is the only control on the main form of the application and the form has no title bar and is transparent everywhere other than where the ToolStrip is located.

The problem I have is that when I run the app and the mouse hovers over the ToolStripDropDownButtons, I see the ToolTip. However, if I click the ToolStripDropDownButton and then hover the mouse over the resultant Drop Down Menu with the ToolStripMenuItems the ToolTips appear Behind the Drop Menu! :ehh:

Has anyone come across this problem?
If so did you find out why it happens?
Any Ideas what I might be doing wrong?
Is this a bug?

I'm using VS2005 - Beta2, and yes the project is written in C#.

StoneTheCrows
Aug 10th, 2005, 03:05 AM
Is this a bug?



OK, So I've reported this as a bug.

Thanks anyway!