| Author |
creating a help file with context sensitive and what is this help featrues
|
|
| D.Rudiani 2005-05-11, 8:25 pm |
| Hi guys,
I've managed to create a help file using HTML Help Workshop.
But i cannot get the "Whats this help" feature to work.
All that happens s that the help file opens up!!!!
How can i get the small window to be displayed (small yellow box)??
Any help on this would be greate.
| |
| Rick Bean 2005-05-12, 9:25 am |
| The "small yellow box" is a Tooltip. Most controls allow you to add your
comments to their ToolTipText property. Just remember to set the form's ShowTips
property to True (.T.).
Rick
"D.Rudiani" <rudi@www.com> wrote in message
news:%23s2gNGoVFHA.3432@TK2MSFTNGP10.phx.gbl...
> Hi guys,
>
> I've managed to create a help file using HTML Help Workshop.
> But i cannot get the "Whats this help" feature to work.
> All that happens s that the help file opens up!!!!
>
> How can i get the small window to be displayed (small yellow box)??
>
> Any help on this would be greate.
>
>
| |
| Pete Lees [MVP] 2005-05-13, 3:24 am |
| D.Rudiani wrote:
> I've managed to create a help file using HTML Help Workshop.
> But i cannot get the "Whats this help" feature to work.
> All that happens s that the help file opens up!!!!
>
> How can i get the small window to be displayed (small yellow
> box)??
See the links at the end of this page for information on how to
implement context-sensitive HTML Help with FoxPro:
http://www.mshelpwiki.com/index.php...Article
s
--
Pete (Microsoft Help MVP)
|
|
|
|