Article ID: 86771 - Last Review: December 12, 2003 - Revision: 2.0 How to Invoke Search in Windows Help from Visual Basic ProgramThis article was previously published under Q86771 On This PageSUMMARY
You can invoke the Search feature of the Windows version 3.0 and 3.1 Help
engine from a Visual Basic program. To do this, call the Windows API
function WinHelp and pass the constant HELP_PARTIALKEY (&H105) as the
wCommand parameter and any string that is a NON-valid topic as the
dwData parameter.
MORE INFORMATIONStep-by-Step Example
APPLIES TO
| Article Translations
|

Back to the top
