help file clarify please

hello,

i developed an app and would like to put a help section for it. i create a .htm as the help file.
I target this help file in the same directory as my application in Program Files folder.
and i used this code to call the help file:

Help.ShowHelp(this, FileUtil.CurrentDir + @"\" + "myApp.htm#main_contents");

it does show me the main content. but when i click of the links (list for my different help section), an error pops up saying that the file can't be found. Im sure my links works fine on the desktop environment.
Anyone knows what im missing here


Answer this question

help file clarify please

  • astrocrep

    Why is it hard to set up help file in other directory than the /windows one

  • XeonYK

    Consider placing the help files into \Windows directory

  • help file clarify please