|
Keyword Searches
You can enable the user to find and view topics by assigning keywords to
topics in the help file. A keyword is simply a string that is associated with one or
more topics. Windows Help collects all keywords in a help file, places them in
a table, and displays them in the Index list of the Help Topics dialog box.
When the user selects a keyword, Windows Help displays the associated help topic
or displays a list of topics from which the user can choose if there is more
than one topic associated with the keyword.
In an application, you can use the HELP_KEY, HELP_PARTIALKEY, or HELP_MULTIKEY
command with WinHelp to search for and display help topics based on whole or partial keywords. You
specify the command, the keyword string, the help file, and the handle of the
owner window. In all cases, if a single match is found, WinHelp displays the corresponding topic. If more than one match is found, the
function displays the Topics Found dialog, letting the user choose which topic to
view. If no match is found, WinHelp either displays the Index list (for HELP_KEY and HELP_PARTIALKEY) or displays
an error message (for HELP_MULTIKEY).
You can search for multiple keywords in a single call to WinHelp by separating each keyword from the preceeding one with a semicolon (;).
(Searching for multiple keywords is not supported for help files created for
version 3.x.) You can also search for a keywords across multiple help files if the help
file that you specify has a contents (.CNT) file that contains :Index or :Link commands. With the HELP_KEY command, WinHelp searches for keywords in all files specified by these commands. With the
HELP_MULTIKEY and HELP_PARTIALKEY commands, the function searches all files except
those specified by :Link commands.
By default, Windows Help recognizes only the keyword table identified by the K footnote character in the help source file. You can direct Windows Help to
create additional keyword tables by specifying a footnote character other than K with the keyword definitions in the Windows Help file. (The footnote
character A, however, is reserved.) You must define any additional keyword tables by using
MULTIKEY statements in the [OPTIONS] section of the project file when building
the help file.
An application can use the HELP_SETINDEX command with the WinHelp function to direct Windows Help to display a keyword table other than K in its Index list. To direct Windows Help to search for a keyword in an
alternate keyword table, an application can use the HELP_MULTIKEY command. You
specify the keyword and keyword table in a MULTIKEYHELP structure, which you pass to WinHelp.
When WinHelp displays a topic, it displays it in the window specified by the > footnote
for the topic, or in the window specified by the :Base command in the contents file, or in the main window. If the main window is
already open to a different help file when you call WinHelp, the function hides main window while searching. In this case, canceling both
the Topics Found and Help Topics dialogs, close the main window.
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|