Differences between revisions 3 and 4
Revision 3 as of 2008-12-18 22:20:12
Size: 1250
Editor: KaiJaeger
Comment:
Revision 4 as of 2008-12-18 22:24:53
Size: 1249
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= ShowChmFile = = ShowChmHelp =
Line 13: Line 13:
To get details about how to use {{{ShowChmFiles}}}, execute: To get details about how to use {{{ShowChmHelp}}}, execute:
Line 16: Line 16:
#.ADOC.Browse #.ShowHelpChm #.ADOC.Browse #.ShowChmHelp
Line 19: Line 19:
For a full version history: [[ShowChmFile/History| History]] For a full version history: [[ShowChmHelp/History| History]]
Line 30: Line 30:
[[http://aplteam2.com/aplwiki/ShowChmHelp?action=AttachFile&do=get&target=ShowChmFile.ZIP | Download ShowChmFile right now]] [[http://aplteam2.com/aplwiki/ShowChmHelp?action=AttachFile&do=get&target=ShowChmHelp.ZIP | Download ShowChmFile right now]]
Line 34: Line 34:
[[http://aplteam2.com/aplwiki/ShowChmHelp?action=AttachFile&do=get&target=ShowChmFile_Dev.ZIP | Download development version]] [[http://aplteam2.com/aplwiki/ShowChmHelp?action=AttachFile&do=get&target=ShowChmHelp_Dev.ZIP | Download development version]]

ShowChmHelp

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 ShowChmHelp, execute:

#.ADOC.Browse #.ShowChmHelp

For a full version history: History

Version Information

Original author:

KaiJaeger

Responsible:

KaiJaeger

Email:

kai@aplteam.com

Current state:

1.0.0

Download

Download ShowChmFile right now

Manage the attachment

Download development version

Manage the attachment


CategoryOpenSourceApl CategoryAplApl

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