PDA

Click to See Complete Forum and Search --> : ToolTip for ToolBar buttoms


WillP
Jan 28th, 2000, 01:15 AM
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
willmar@syix.com

Forest Dragon
Jan 28th, 2000, 03:48 PM
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!!!

WillP
Jan 29th, 2000, 11:37 AM
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.