File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ This project provides a .Net library and several utility programs to view MS-DOS (.HLP) help files,
2+ making them accessible in a modern environment.
3+
4+ ** Highlights**
5+
6+ [ QuickHelp Format Description] ( https://raw.githubusercontent.com/fancidev/DosHelp/master/QuickHelp/Serialization/Format.txt )
7+ describes the format of a QuickHelp .HLP file.
8+
9+ [ QuickHelp Library] ( https://github.com/fancidev/DosHelp/tree/master/QuickHelp ) is a .NET 2.0 library
10+ that enables you to read QuickHelp files.
11+
12+ [ HelpBrowser] ( https://github.com/fancidev/DosHelp/tree/master/HelpBrowser ) is a program (requires
13+ .NET 2.0) that allows the user to browse the contents in a QuickHelp file.
14+
15+ [ HelpConvert] ( https://github.com/fancidev/DosHelp/tree/master/HelpConvert ) is a command line utility
16+ (requires .NET 2.0) that converts a QuickHelp file to a set of cross-referenced HTML pages suitable
17+ for viewing in a browser.
18+
19+ ** Reference**
20+
21+ * Creating Help Files with HELPMAKE* (Chapter 18 of MASM Documentation, Environment and Tools)
You can’t perform that action at this time.
0 commit comments