Accessing HTML Help Files

Introduction

Since the demise of WinHlp32.exe with the advent of Windows Vista, (as of 2015, it was still possible to get a cut-down version of WinHlp32.exe from the Microsoft website for all versions up to and including Windows 8), all Help files have been written using the HTML Help (.chm) format. Unfortunately, many of GFABasic's internal Help calling seems to be hard-wired to direct any WM_HELP message to seek WinHlp32.exe - for example, ShowHelp and the help button added through Message Boxes.

Therefore, this page is dedicated to explain how to call HTML Help files and how to workaround some of the intransigencies of GFABasic in this regard.

APIs, Constants and UDTs Show


Calling the Help File Show


Calling the Help File using the Help Data Type Show


Limitations to Using HTMLHelp Files Show


HTMLHelp Files and Visual Styles Show


Additional Resources Show

Next: Multithreading with GB32.

Back to: Creating An Application.

{Created by James Gaite; Last updated: 16/05/2020 by James Gaite}