The basic idea behind this chapter
is to display the Help information to the user.
Assuming that a standard HTML
Help or WinHelp file already exists for your
application, VB makes it easy for you to link
up the Help file's topics (which have
unique internal identifying numbers that you
must know) to various types of context-sensitive
help in VB. You can set special VB properties
to change the Help file and to cause Help to
appear in various ways when the user presses
the F1 key or performs other actions.
This chapter also briefly discusses
how to create an HTML Help file that you can
use in your VB applications. HTML Help is Microsoft's
new standard for Help file formats.