A set of .NET Framework managed libraries for developing graphical user interfaces.
If I test with a .CHM from MS SDK, like SHELLCC.CHM (there is a copy here for example (with SHELLCC.CHI for index), that I copied in E:\Program Files\Doc), by using the right path, this works for me :
(path given from .CHM = mk:@MSITStore:E:\Program%20Files\Doc\SHELLCC.CHM::/inet401/help/itt/CommCtls/ListView/ListView.htm#ch_listview)
MessageBox.Show(null,
"Message", "Caption",
MessageBoxButtons.OK, MessageBoxIcon.Information,
MessageBoxDefaultButton.Button1, 0,
@"E:\Program Files\Doc\SHELLCC.CHM",
HelpNavigator.Topic, "/inet401/help/itt/CommCtls/ListView/ListView.htm");