Article ID: 109826 - Last Review: May 6, 2003 - Revision: 2.0 ACC: How to Call the Windows Help Search Dialog BoxThis article was previously published under Q109826 SUMMARY
Advanced: Requires expert coding, interoperability, and multiuser skills.
This article describes how to call the Windows Help Search dialog box from within your Microsoft Access application using the WinHelp() and FindWindow() Windows API function calls. This article assumes that you are familiar with Access Basic and with creating Microsoft Access applications using the programming tools provided with Microsoft Access. For more information on Access Basic, please refer to the "Introduction to Programming" manual in Microsoft Access version 1.x, or the "Building Applications" manual, Chapter 3, "Introducing Access Basic," in version 2.0. MORE INFORMATION
The following example demonstrates how to activate the Search dialog box
with a sample Access Basic function called OpenHelpSearch(). This example
uses the Microsoft Access Help file:
NOTE: In the following sample code, an underscore (_) is used as a line- continuation character. Remove the underscore from the end of the line when re-creating this code in Access Basic.
REFERENCES
"Programming Windows: The Microsoft Guide to Writing Applications
for Windows 3," Charles Petzold, Microsoft Press, 1990
"Programmer's Reference Library: Microsoft Windows 3.1 Guide to Programming Reference," Volumes 1-6, Microsoft Press, 1992 APPLIES TO
| Article Translations
|


Back to the top
