Page 1 of 1

InternalHelp

Posted: Sun Oct 24, 2004 5:40 pm
by DoubleDutch
A way to include a help file within the program data would be great

Code: Select all

InternalHelp(@HelpAddr,topic$)

.
.
.

DataSection
HelpAddr: IncludeBinary("filename.hlp") ; or filename.chm
EndDataSection
-Anthony