Hi I need implement context help inside my .NET application.
I have .chm file and I’m looking for possibility to open it in standard viewer and hightlight required topic of TOC (or Index entry)
Any idea how to archive that ?
EDIT:
Maybe MS application used to open CHM file has some command line parameters which allows archive that?
BTW: Where can I find that app?
You might want to look into the Help class. It’s what I use to display help in Winforms applications.