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

help file clarify please
astrocrep
XeonYK