Thanks a lot , experts !
--
Allen Phailat Wongakanit
The command button, like most controls, has a ControlTipText property that
is intended to be used for this sort of thing. You'll find it on the Other
tab of the control's property sheet.
--
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)
Big thanks first !, it works ! I have one more question.
If i want the tip to show immediately (or less than 0.5 second) when i hover
the mouse over the button. Where / how can i set the time ?
Big thanks in advance again!
--
Allen Phailat Wongakanit
Linq
--
There's ALWAYS more than one way to skin a cat!
Answers/posts based on Access 2000/2003
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-forms/200801/1
That's a system-wide setting, probably adjustable through the registry. You
can't set it just for your application (unless you're prepared to set it and
then reset it, and want to trust that your application will never fail in
between), and you shouldn't change it for anyone else besides yourself,
because that would be ill-mannered behavior for an application.
You could use a control's GotFocus event, as Linq Adams suggests, or its
MouseMove event, to set some text in another control. You could even have a
"help" popup form that remains open beside the form and displays the
appropriate information for the currently focused or "moused-over" control.
A2KToolTip.zip is a database containing both an API and Form based ToolTip
solutions. The Form based solution can be used for forms in DataSheet view.
Enhanced features include:
Selectable delay times for Toolltip to first appear
Selectable delay times for Tooltip to dissappear
Selectable Text Color
Selectable Background Color
Selectable Margins
Specify Tooltip size
Add a title to the Tooltip in Bold
Selectable Icon for the Tooltip
ToolTips for Lines, Boxes, any rectangular area on your Form
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"ali" <a...@discussions.microsoft.com> wrote in message
news:3D4D48C7-6591-4D33...@microsoft.com...
I should have thought of your solution in the first place, Stephen.
Thanks in advance for any help.
Sue
"hughess7" <hugh...@discussions.microsoft.com> wrote in message
news:67A7B615-4A12-491A...@microsoft.com...