-
Hi
I'm having trouble getting my tool tips to show for my tool bar buttoms.
I've set them in the properties, but they don't show.
The tooltip for the toolbar does show. I tried seeting it to false to see if it would bring up the tool tips for the buttons, but it didn't help.
I've also noticed that the buttons disappear for a second after they're clicked on.
I read in the MSDN about seeting order of the tool tip on top, but the code was for C, and I couldn't find any documentation aboout this for VB.
Any ideas?
Thanks!
WillP
[email protected]
-
I suppose you are using the Toolbar control. If so, then check the ShowTips property to see if it's set to True.
Good Luck!!!
-
Thanks, but that's not it. I have the show tips checked in the buttons properties, and the show tips set to true in the tool bar properties.