Differences between revisions 2 and 28 (spanning 26 versions)
Revision 2 as of 2008-12-18 22:19:30
Size: 1239
Editor: KaiJaeger
Comment:
Revision 28 as of 2018-03-03 11:37:59
Size: 148
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= ShowChmFile = = ShowChmHelp: how to display Help Files from APL =
Line 3: Line 3:
== Overview ==

This class serves two simple purposes:

 * Display a help file, satrting with the default topic.

 * Display a particular (named) topic in a particular help file

You must create an instance before you can use the methods the class is coming with, and you must make sure that the Destructor is called at some point because otherwise APL might crash. This is neither a fault of the class nor of APL, it's simply how the underlying DLL is defined.

To get details about how to use {{{ShowChmFiles}}}, execute:

{{{
#.ADOC.Browse #.ShowHelpChm
}}}

For a full version history: [[ShowChmFile/History| History]]

== Version Information ==

||Original author:||KaiJaeger||
||Responsible:||KaiJaeger||
||Email:||kai@aplteam.com||
||Current state:||1.0.0||

== Download ==

[[http://aplteam2.com/aplwiki/ShowChmHelp?action=AttachFile&do=get&target=ShowChmFile.ZIP | Download ShowChmFile right now]]

[[attachment:ShowChmFile.ZIP | Manage the attachment]]

## [[http://aplteam2.com/aplwiki/ADOC?action=AttachFile&do=get&target=ADOC_Dev.ZIP | Download development version]]

[[attachment:ShowChmFile_Dev.ZIP | Manage the attachment]]
----
CategoryOpenSourceApl CategoryAplApl
The project has been relocated to [[https://github.com/aplteam/ShowChmHelp]] on 2018-03-03.

ShowChmHelp: how to display Help Files from APL

The project has been relocated to https://github.com/aplteam/ShowChmHelp on 2018-03-03.

ShowChmHelp (last edited 2018-03-03 11:37:59 by KaiJaeger)