Context:
I made a chm file with the free version of Help'n'Doc to use it in a .Net Application. This help has to be call by clicking on a button and open on the proper help page.
Problem:
Instead of having this (the correct page in the Contents tab):

Details:
Here's the code to call the help:
Help.ShowHelp(Me.btnHashtagHelp, pathHelpFile, HelpNavigator.TopicId, "6")
Here's the page in Help'N'Doc:

What did i do wrong?

Found the reason of this strange behaviour: the chm files that i called was not local but stored on a professionnal private network. To fix the problem, i copy the file in a local Path that I create.
Here's my code to manage the chm file from "not local" to "local"