|
Subject:
|
How to add tool tips to button control
|
|
Posted By:
|
Kevin M
|
Post Date:
|
10/27/2003 8:57:21 AM
|
I thought this was a property of any button control but I can't seem to find it in the button properties. Does anyone know how to add a tool tip to a button control.
Thanks in advance Kevin
|
|
Reply By:
|
sal
|
Reply Date:
|
10/27/2003 10:48:22 AM
|
In VB or in Access
In access is "ControlTipText" property
in vb is ToolTip
Sal
|
|
Reply By:
|
byron
|
Reply Date:
|
10/27/2003 11:53:20 AM
|
Hi,
Have you added the tooltip object to your project from the toolbox?. Once you have done this, then you will get a tooltip option appear in the properties of the form controls (eg text box, button etc.)
Cheers
Byron
|
|
Reply By:
|
Kevin M
|
Reply Date:
|
10/27/2003 12:23:12 PM
|
Thanks, I didn't realize the tooltip object enabled a tooltip in the properties of other buttons. I've got it working now.
Kevin
quote: Originally posted by byron
Hi,
Have you added the tooltip object to your project from the toolbox?. Once you have done this, then you will get a tooltip option appear in the properties of the form controls (eg text box, button etc.)
Cheers
Byron
|