Differences between revisions 2 and 3
Revision 2 as of 2008-12-18 22:19:30
Size: 1239
Editor: KaiJaeger
Comment:
Revision 3 as of 2008-12-18 22:20:12
Size: 1250
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 34: Line 34:
## [[http://aplteam2.com/aplwiki/ADOC?action=AttachFile&do=get&target=ADOC_Dev.ZIP | Download development version]] [[http://aplteam2.com/aplwiki/ShowChmHelp?action=AttachFile&do=get&target=ShowChmFile_Dev.ZIP | Download development version]]

ShowChmFile

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: 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)