PureBasic - Help
Overview
The help feature is a very important component for any type of software. It allows the end-users the opportunity to discover the software's features quickly and easily. The Purebasic help functions allow the programmer the ability to display standard help files with both global and contextual support.
On Microsoft Windows, there are two different help-file formats which are supported: The ".hlp" format (which is the old) and the ".chm" format (which is the new). The ".chm" format is based in HTML, which stands for Hyper Text Markup Language.
Command Index
CloseHelp
OpenHelp
Example
Help.pb
Supported OS
All