Open a specific help page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hello.

how do i configure HelpProvider to open a specific page in a help file
(*.chm)?

thanks.
 
Xero,
how do i configure HelpProvider to open a specific page in a help file
(*.chm)?

You can use the HelpNavigator.Topic property to specify the URL of the
required topic, or HelpNavigator.KeywordIndex to pass an index keyword
to the .chm file and display the topic associated with that keyword.
There are examples of both methods here:

http://helpware.net/mshelp2/demo2/h1xNET.htm

Alternatively, you can use the techniques described in the following
article to display the topic mapped to a specific help context ID:

http://www.indigoware.com/developers/vbnet_help.htm

For more resources on using HTML Help with VB .NET applications, see:

http://www.mshelpwiki.com/index.php?page=HTMLHelpArticles
 
thanks for replying.
i noticed that the help file window opened by the HelpNavigator is always on
top.
is there anyway i can modify this property?
thanks again.
 
Back
Top