Is it possible to print the entire contents of a .HLP file??
I have created a help file with ForeHelp for my program, but it only allows you to print 1 topic at a time.
Can I print the entire file from code??
any leads appreciated.
Printable View
Is it possible to print the entire contents of a .HLP file??
I have created a help file with ForeHelp for my program, but it only allows you to print 1 topic at a time.
Can I print the entire file from code??
any leads appreciated.
Not familiar with the help generator you used, but generally help files are written in rtf format (rich text format) and then compiled through the Help Workshop. Maybe you could do a windows seacrh on yourfilename.rtf and that may find it for ya.
Hope it helps.