Hi,
First of all sory for my bad english.
I have a compiled help file(.chm) and i use it in my application but every time i push the help button it shows the first page of the .chm file.I want to display a specific page of the .chm file when i press the help button of another form.I tried this :
Help.ShowHelp(Me, Application.StartupPath & "\HelpFile.chm", HelpNavigator.Topic, "SpecificTopic.htm")
ofcourse i changed the "SpecificTopic.htm" with my topic but it shows "The Page could not be displayed".How can I do this?