Hi all. Any idea how to get a CHM file to open to Contents/Index/Search? I can't seem to find any refs on MSDN except using the API - but I thought there were switches that would do this. I am using:
execfile("help.chm")
to open the file but was wondering if there's something like:
execfile("help.chm -contents")
that would do what I'm looking for. Any assistance appreciated. Thanks!
Michael
execfile("help.chm")
to open the file but was wondering if there's something like:
execfile("help.chm -contents")
that would do what I'm looking for. Any assistance appreciated. Thanks!
Michael