The information in this article applies to:
SUMMARY
This article describes how you can create a custom HTML help viewer with
Visual FoxPro.
MORE INFORMATIONHTML help files are stored as compressed HTML source in .chm files. Specifically for Visual FoxPro, this file is called FoxHelp.chm, and it contains all of the HTML source and images for the Visual FoxPro help topics. Since the Visual FoxPro help is based on HTML, it can be viewed in Internet Explorer much like any other HTML document. The following code uses the Visual FoxPro HyperLink baseclass to launch Internet Explorer and display the main Visual FoxPro help topic:
The following sample code creates a form that contains the Microsoft
WebBrowser control, and it automatically navigates to the Visual FoxPro
help topic when it is launched. This form does not provide any navigation
capabilities outside of those offered within the help topic. However, using
the WebBrowser control's extensive object model, it is possible to provide
this functionality.Sample Code
It is important to recognize that although this HTML help viewer allows you
to view HTML help topics, it will not provide all of the features and
functionality that the Microsoft HTML Help Viewer provides, and there are
certain HTML help features that will not work at all when viewing help
topics using the WebBrowser control.
Additional query words:
Keywords : kbcode kbHTMLHelp kbVFp600 |
Last Reviewed: October 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |