chm Questions
5
Solved
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 ...
Foumart asked 22/12, 2009 at 9:42
14
Solved
I have a chm file that I can open at home. I use windows XP at home and at work. However, when I open the file at work it doesn't show the contents of the file. It properly shows the TOC for the fi...
Jemy asked 9/12, 2010 at 16:41
3
Microsoft CHM format is great as provide such facilities:
Table of contends with tree view.
Index.
Indexed search.
Based on HTML source.
But this format is outdated and have many drawbacks:
...
Horary asked 14/8, 2011 at 11:9
10
Solved
I am trying to open a .chm file.
I downloaded the source, extracted it, and double clicked on Waffle.chm and clicked "Open" but no matter what element in the chm file I click, I get the message:
...
4
Solved
I need some help, I have some .hlp files and I want to convert it to .chm files, as .hlp files don't run on Windows 10.
How can I do that?
Fracture asked 25/4, 2017 at 17:39
4
I have generated swagger document for web api using below link:
http://wmpratt.com/swagger-and-asp-net-web-api-part-1/
Need to export document in PDF or XML file to send across handy.
Its .NET WE...
Unmask asked 8/11, 2017 at 14:41
2
Solved
I have created a .CHM file and then when I open it in c# I get the First topic. I want to open it to a specified topic.
This is the code I use right now to open it.
Help.ShowHelp(this, "./Resourc...
1
I generated a help file (*.chm) using HTML Help Workshop.
But there is one line I need to change every time I compile my solution.
Imagine you do have a complete finished *.chm file, but if a ser...
Cusped asked 24/9, 2018 at 13:16
7
I'm trying to open help file (chm extension) in C#.
File.Open(@"//help.chm",FileMode.Open, FileAccess.Read, FileShare.Read);
and
FileStream fileStream = new FileStream(@"c:\help.chm", FileMode....
2
Solved
what are the possible approaches to integrate local (so not on-line) help in a WPF application? It would be more like a manual, but I would like to integrate it in some way.
EDIT: just found http:...
1
Solved
I am newbie in C# and working for utility to verify topic ID content of help files.
Following function is useful for me to launch help file:
Help.ShowHelp(this, HelpFile.Text, HelpNavigator.Topic...
0
I want to know some uses of pychm package :
Is this package useful only on linux
Would it ever be useful for a python program runnning on windows
So if I am writing a python script on windows and...
4
Solved
I've just downloaded JSon.Net for framework 4.0 as a zip file.
Opening zip (using WinRar) I'm able to open Documentation.chm file by double-clicking over the name listed and the help file is well d...
Coronel asked 25/7, 2011 at 22:32
3
Solved
The short story: I can generate a CHM file with Doxygen. Launching the CHM file, I observe that the Contents and Index tabs do list the pages, namespaces, classes, and members of those classes. How...
Grimaud asked 3/6, 2015 at 20:13
3
I understand that a hxs file is a compiled help file, a replacement for .chm files, but I can't seem to open them.
I've read that you read them with the help explorer, dexplore.exe found here:
C:\...
Technetium asked 7/10, 2008 at 20:52
2
We have a legacy application developed in Borland C++ Builder. Now we have updated the help file to HtmlHelp (.chm) file, we want to click on the Help button in the legacy c++ application to open t...
Bega asked 6/10, 2011 at 9:28
1
Solved
I am using Sandcastles to generate a CHM help file for my project. I want a standalone CHM file that I can distribute, preferably on its own.
The issue I have is that to embed images it appears th...
Crary asked 24/9, 2014 at 9:57
1
Solved
I am trying to include code examples in the CHM file I am generating using Sandcastles. Here is what I have so far:
/// <summary>
/// Lorem ipsum.
/// </summary>
/// <example>
//...
Bergsonism asked 24/9, 2014 at 15:42
3
Solved
I am attempting to open a .chm file(A windows help file) at a specific page/topic by using a system call in C++.
I can successfully open the .chm file to the start page through the following code,...
Spahi asked 18/6, 2012 at 4:32
3
What is the best way to create a chm file?
if possible, Could someone provide opensource tools for this job?
Pleochroism asked 7/6, 2010 at 21:6
1
Solved
Delphi - How to use CHM HTML Help file with Delphi XE application?
http://edn.embarcadero.com/article/27842 article describes how to use CHM file.
I did all the steps described there.
Added
co...
1
Solved
I have a .chm file called help, In that file I have a structure like:
Introduction
-item1
-item2
Topic1
-item1
-item2
Topic2
-item1
-item2
Topic3
Now I want to open Topic1 inside c# or vb....
4
Solved
When I started working with PHP (like 10 years ago) the main thing that won me over, is the manual in .chm format. I used to keep the "Index" tab open, and type in there anything I needed...
1
Solved
The question says it all really. If you are writing a WPF application, how are you integrating the application help? What is the state of play in mid-2013?
It seems that there is no clear answer t...
Aalii asked 24/6, 2013 at 15:58
2
I want to Open the particular page of CHM file.
I am using WPF application. Currently i have implemented the
System.Diagnostics.Process.Start(filepath)
This will not help open the particular pa...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.