Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
465 views

how to set default page in HTML help work shop

Hi I have created a project in HTML help workshop. When I open the help (/chm) application, I could see table of contents. By default, first entry in the file is selected ,however I couldn't see the ...
2
votes
1answer
360 views

Window Position of a CHM file

I just compiled and viewed a CHM file used in my project. I noticed that the viewer remembers the window size and position across sessions. Where does the HTML help viewer save the window position ...
0
votes
0answers
8 views

how to spy the HelpContectID's used by an application?

I need to update an .chm HTML Help file and bring it in line with a .net application. I need to find out which controls/form/menu items have a HelpContextId attribute (used to open the help file on ...
0
votes
2answers
320 views

How to set the default page for a .CHM file in HTML Help Workshop?

When I open the help (.chm) application, I could see table of contents. By default, the first entry in the file is selected, however I couldn't see the corresponding page data. Instead, I see "This ...
0
votes
1answer
119 views

Strange problem while compiling CHM file

I had to write some documentation. I wrote each page in MS Word and then save each *.docx as htm file. I'm using "HTML Help Workshop" (from microsoft) to compile a chm file. I was able to sucessfully ...
0
votes
1answer
224 views

HTML HELP WORKSHOP - Adding to TOC

I have a help project consisting of a number of files in the \html subdirectory of the directory where the .hlp project file resides. I added a new file called x.htm under the project tab and ...
0
votes
1answer
92 views

Adding a topic file using MS Help Workshop

I have a set of files used to make up a .CHM help file using Help Workshop. I've added a new topic in a separate file in the html sub-directory with a link in one of the other files. Help Workshop ...