A computer file explaining how to use the associated software.
Questions tagged [helpfile]
68 questions
1
vote
3 answers
How to create internal Linking inside CHM help file
I am creating a Help file for a C# program i wrote. i am using Windows HTML helper to create the CHM file. how can i go about creating links within this to jump me to another page or another part of the CHM file?
Thanks

Grant
- 684
- 1
- 7
- 26
1
vote
2 answers
Helpfile (*.chm) file not opening within embarcadero application
Problem
I am using Embarcadero C++ Builder XE.
I am trying to trigger the opening of a help file (*.chm), when the user presses the F1 button on their keyboard.
I thought I had done everything correctly, but I get no response/action when F1 is…

garrettB
- 11
- 2
1
vote
1 answer
How to navigate to specific contents of madcap flare's document from vb.net code?
We have been using PDF file as a part of help docs in our vb.net desktop application. In PDF, we would traverse to the certain chapter in the PDF doc.
Now we have decided to use MadCap Flare as documentation tool. We have a menu item in vb.net form…

Kapil Neupane
- 21
- 2
1
vote
1 answer
Create and integrate a Help File for WPF vb.net
I would like to implement a F1 help/user guide for my WPF MVVM vb.net project but I can't seem to even create a project for it.
So I've done some searching and a lot of answers to this question on here are over 5 years old and most of the links are…

Notts90
- 254
- 2
- 20
1
vote
1 answer
Debug an embedded missing help topic from an exe
As far as my understanding goes, when a program accesses a .hlp file, Window's help program handles the request. What I have is an older exe that wants to jump to a specific topic in a .hlp file via a menu option. Of course Windows Help spits out…

Rajada
- 37
- 1
- 8
1
vote
1 answer
Database or format for help system?
I'm implementing a help system for my app. Its written in C and Gtk+.
Help is divided on books. Each book is just a bunch of HTML pages with resource.
The problem I've encountered is that each book is ~30M (using WebKit Gtk port to display it).…

Daniel
- 4,272
- 8
- 35
- 48
1
vote
1 answer
Mac Help Indexer Dev Tool
I'm looking into the Mac .help file and wondered if anyone had written one and if they knew of any pieces of software that aided in this?
[*]Help Indexer
(/Developer/Applications/Utilities)
Can't find it at https://developer.apple.com/downloads/ or…

Alex Hedley
- 776
- 10
- 24
1
vote
4 answers
Help_File in C#
I'm using MS Visual Studio Pro 2012 and I want to create some kind of help file.
I was thinking in create a html file like this but my question is: Do I need to have the html file always in this directory, even after I have the .EXE file created or…

mafap
- 371
- 3
- 18
- 40
1
vote
1 answer
Including a PDF file in SHFB generated .chm (Html Helpfile 1)
I need to include a pdf file in my sandcastle documentation. The user should be able to navigate to the pdf on clicking it in the .chm file. Is it possible to do this? I've been searching all forums with no proper answer.
I have tried using href…

Pramod Shandilya
- 11
- 3
0
votes
1 answer
including help file in Delphi app
I have help file "help.hap" I add him to app by typing his name in app properti under HelpFile. Then I add
procedure TForm1.Pomoc1Click(Sender: TObject);
begin
Application.HelpContext(0);
end;
But I get error
no context-sensitive help…

Błażej
- 3,617
- 7
- 35
- 62
0
votes
1 answer
Relating to folder locations when building help project in Winchm
I am using Winchm for building CHM files. I have a question about Winchm and not about html or building help files in general.
More specifically the question relates to directory structure when building a chm file.
If any body reading this has…

Romi24
- 271
- 2
- 7
- 15
0
votes
2 answers
Strange behavior of CHM project
Anybody can help me with a strange problem I am having with my CHM based project?
I took an existing CHM file and deconstructed the file using WinCHM. After that I added some new pages and compiled the project. The CHM file was created and…

Romi24
- 271
- 2
- 7
- 15
0
votes
1 answer
Problem with EXCEL MacroOptions method to assign help file to UDF
In Excel, it is possible to assign help file (e.g. chm file) to a user-defined function using VBA code, Application.MacroOptions method. So, I faced a strange issue with it.
Suppose that we wrote the UDF named as "myUDF()".
Function myUDF()
myUDF =…

AliM67
- 123
- 12
0
votes
0 answers
What is the best alternative to HTML Help files
I want to add help files to my windows app. I have been using HTML HELP (chm) files for a long time, but I have seen that it has a lot of security issues. Are there any alternatives?

brt99
- 13
- 5
0
votes
1 answer
Creating standalone help files
Currently I'm wrapping up an application at the moment, and I'm at the stage where I need to document the application for anyone who wants to use it.
At this point, I just need something that will tell users how to use my program. Even though I…

Mike Bailey
- 12,479
- 14
- 66
- 123