OpenHelp
Method of IApplication
Description
Opens Help for provided word (URL, chm) in internal/external browser
Parameters
- BSTR strURL
- BSTR strArguments
- VARIANT_BOOL bExternal = VARIANT_FALSE (optional)
- long nWindowID = -1 (optional)
Syntax
JavaScript
Application.OpenHelp(strURL, strArguments, bExternal, nWindowID);
==== Visual Basic Script ====
Application.OpenHelp strURL, strArguments, bExternal, nWindowID
==== C++ ====
HRESULT hr = Application.OpenHelp(strURL, strArguments, bExternal, nWindowID);
===== See Also ===== IApplication