Questions tagged [helpfile]

A computer file explaining how to use the associated software.

68 questions
2
votes
2 answers

Inline package overview documentation using roxygen

I imagine this is a simple thing that I keep overlooking in the documentation, but I can't seem to figure out how to get package-level documentation to work in R. I'm not referring to function or class-specific documentation, but the documentation…
Joel Graff
  • 167
  • 15
2
votes
1 answer

Helpfile (.chm) on network drive not opening from delphi(.exe) application

Application exe along with chm help file is placed within a folder on network drive in Windows7. Initially help(.chm) did not work(open fine but content wont appear) and security settings(trust applied) were changed and now we can double click to…
2
votes
1 answer

Add and get CHM file version

I need to add version info and retrieve it from the CHM file to make it possible to make an alert message to a user about a new CHM-file version available and downloaded. It means, that I should compare versions of CHM on different machines (Server…
notricky
  • 179
  • 1
  • 2
  • 18
2
votes
1 answer

ironpython: How to call a chm Helpfile on Windows with parameters

I´m trying to call a chm file in my IronPython code that has a reference to a specific chapter. Calling the chm file works fine Example: import clr clr.AddReference("System") from System.Diagnostics import Process …
stwe85
  • 23
  • 2
2
votes
1 answer

Is it possible to add your own help file to the Delphi XE2 IDE?

For a library I am working on, I have created a help file (Help 2 format). It would be very convenient if the other developpers of my team that use the library, could search the help from inside the Delphi IDE. Is it possible to make Delphi XE2…
R. Beiboer
  • 712
  • 9
  • 21
2
votes
1 answer

HTML Form within a compiled help file

I am making a help file (.chm) for a project I am working on, but am having trouble with an HTML form element. What I want the form to be able to do is send an email so users can contact me about bugs, quetions, etc, but when I try the 'Submit'…
Levi
  • 1,921
  • 1
  • 14
  • 18
2
votes
1 answer

Helpfile does not open to correct context with F1 key

Using Delphi XE2 and also Delphi 6 I discovered that hitting F1 to open the help file to a help context does not open the help file to the proper context yet using the menu item for which F1 is the shortcut, opens the help file to the proper…
TJ Asher
  • 737
  • 9
  • 27
2
votes
1 answer

Identify which help context ID is being sent to a help file?

I'm working on an application with hundreds of forms and a corresponding help file with over 2,000 topics. I have one particular form which I am assigning a Context ID, but when I press "F1", the help file opens on its default page (Which means the…
Jerry Dodge
  • 26,858
  • 31
  • 155
  • 327
2
votes
2 answers

Creating helpfile in HTML

I am facing the fun task of creating a Help File for a large project. I have discarded CHM files due to the constraints and are now looking into HTML based files but I am still undecided on the format.... There are 3 areas I'm focusing…
Ari
  • 33
  • 3
2
votes
1 answer

Open a .chm file on local network in a c# application

In my code I am trying to open a helpfile (.chm) from the local network using the following code private void helpToolStripMenuItem_Click(object sender, EventArgs e) { Help.ShowHelp(this, @"\\server\Helpfiles\HelpFiles.chm"); } If I wanted to…
Drabe
  • 45
  • 4
1
vote
3 answers

How to have app support .HLP help files in Win7?

How can my app which displays a .HLP file be able to display this file in Win7? Is there a redistributable that could be included with the app to provide this support?
CJ7
  • 22,579
  • 65
  • 193
  • 321
1
vote
2 answers

Powershell help module not able to find help files in MacOS

I am running PowerShell Core 7.2.6 installed via homebrew on MacBook Air M1 (12.6). However, when I try to use the help module to find some examples , I get this error. REMARKS Get-Help cannot find the Help files for this cmdlet on this computer. It…
Yashcrest
  • 39
  • 3
1
vote
1 answer

C# wpf html help file

C3, WPF, Windows 7, Microsoft Ribbon, Visual studio 2010, dotnet 4.5 I would like to write the help files in html and include them inside the .exe file as an resource. Is there a way of telling the explorer to get the html pages directly from the…
Stefan Olsson
  • 617
  • 3
  • 16
  • 32
1
vote
1 answer

XML/XSLT ALink Menu in CHM connecting params in reverse

I've been trying to figure out this XSLT/XML problem for the past few days (it's code I have the pleasure of trying to fix). Using XSLT, am grabbing what's in the XML tags "see" and trying to create a "see also" (or related files) ALink menu in the…
Hybride
  • 322
  • 4
  • 17
1
vote
1 answer

Nuget and Visual Studio Help

Are there any conventions, patterns, or tools for offering Visual Studio help files with Nuget?
Jonathan Allen
  • 68,373
  • 70
  • 259
  • 447