The information in this article applies to:
SUMMARYThis article shows by example how to use program code to invoke Windows Help and open the Search macro. MORE INFORMATION
Developers who write a custom Windows Help file for their application
may also want to include program code that invokes their help session and
goes immediately to the Search macro. This can be done with one of the
following examples.
The following code shows how to call Visual FoxPro Help using Declare:
The following code shows how to call a specific Help topic within Visual
FoxPro Help:
This example specifically calls the "Form Properties" Help topic.
Experimentation with this will demonstrate various degrees of
functionality. For example, altering the last line of code such that
"form properties" is replaced with "form" will bring up the Search macro
with the search index moved to "form."
For more information on creating Windows Help and the Help Compiler, please see the "Professional Features Guide" packaged with the Professional Edition of Microsoft Visual FoxPro. Additional query words: VFoxWin
Keywords : kbcode FxtoolWinhelp |
Last Reviewed: August 11, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |