Question on html files and helpProvider

  • Thread starter Thread starter Humber Consumer
  • Start date Start date
H

Humber Consumer

I have a bunch of .HTML files . Each html file has help specific to a
dialog box of windows form app.
I want to make use of help provider to provide help.
So I set index.HTML as the namespace of helpprovide. Now my problem is
that I don't know how to lauch /activate the proper .htm file when
user presses F1 on different dialogs. There is no keyword etc.
One option is to compile these html files to .chm format and then
create keywords indexes etc. but I want to avoid that. Is there anyway
to achieve this?


I will appreciate any reponses.
 
I have a bunch of .HTML files . Each html file has help specific to a
dialog box of windows form app.
I want to make use of help provider to provide help.
So I set index.HTML as the namespace of helpprovide. Now my problem is
that I don't know how to lauch /activate the proper .htm file when
user presses F1 on different dialogs. There is no keyword etc.

These pages should help:

http://helpware.net/mshelp2/demo2/h1xNET.htm
http://www.dotnetjunkies.com/Tutorial/B0FCEE7F-CC03-46D9-A732-210ED93BE0A9.dcik
http://msdn.microsoft.com/library/en-us/vbcon/html/vbconApplicationAssistance.asp
 
Back
Top