Greetings,
Our application has a static reference to one help file.
However some of our help material is dated, must be kept
around, but almost certainly won't change. I'd like to encapsulate
this static material into a help project, create a CHM file,
compile it one last time, check it, and leave it alone.
Other material is regularly updated. I'd like to compile this
material in to anothre CHM as often as is needed.
Is there a way to have something of a 'shell' help file (or
other mechanism) of the file name that the application expects to
be able to call, but effectively 'pipes through' help requests to
one of the other help files as needed?