Help File integration
-
Dear All, I tried searching CP for some relevant answer as to "How to integrate a help (.chm) file with my dot.net application). Any comments / suggestion / solutions ... Thank you! Nauman
"Mess with the Best, Die like the rest"
-
Dear All, I tried searching CP for some relevant answer as to "How to integrate a help (.chm) file with my dot.net application). Any comments / suggestion / solutions ... Thank you! Nauman
"Mess with the Best, Die like the rest"
On install of your software put it into the same directory as the your executeable. Or not, doesn't matter, just know where you put it. Build a string for the directory of the file, and show it like this:
Help.ShowHelp(this, strHelpFilePath, "Introduction.htm");
I get all the news I need from the weather report - Paul Simon (from "The Only Living Boy in New York")
-
On install of your software put it into the same directory as the your executeable. Or not, doesn't matter, just know where you put it. Build a string for the directory of the file, and show it like this:
Help.ShowHelp(this, strHelpFilePath, "Introduction.htm");
I get all the news I need from the weather report - Paul Simon (from "The Only Living Boy in New York")
Thx for the hlep Perez. I m quite unable to understand the syntax above, can you please be more elaborative. Thank you!
"Mess with the Best, Die like the rest"