|
Hi All, Here's the setup: WinXP, C# .NET, standard Form, toolstrip docked at the bottom with regular buttons and tooltips for the buttons. Here's the problem: when I mouse into the button in a certain way the tooltip appears below the cursor and begins a cyclic "flicker". Appearing, disappearing, and appearing repeatedly while I'm trying to click on the button; both annoying and bad. The behaviour is related to the location of the tooltip. By default these toolbar tooltips appear below the control, but when the toolstrip is at the bottom of the form they do not have room and so appear on top of the control. I've hunted around and the "best" solution I could find is to give up on the "built in" tooltips for toolstrips and add my own tooltip control to the toolstrip and then use some nasty mouse position capturing to display the correct tooltip. Yuck. What would be better is to actually have some (Any? C'mon guys, just a little?) control over the tooltip's location. Any assistance? Thanks, Ash |