[SOLVED] Senior Software Engineer

Answered Closed
0
0

Hello, how do we display a help (chm) file from within a WiseJ application?  In VWG it was one line of code:

Help.ShowHelp(this, Context.Server.MapPath(“/HelpFiles/FAQs.chm”), HelpNavigator.KeywordIndex, “xxxx”);

Anything similar in WiseJ?

  • You must to post comments
Best Answer
0
0

Hi Andrew,

The code in VWG to read chm files comes from here: http://www.codeproject.com/Articles/6765/HtmlHelp-library-and-example-viewer

It could be an interesting extension to add to Wisej. It should be fairly easy to build a view that uses the API linked above. I can add it to the list of extensions. If you are going to develop something like that let me know and we could publish the extension.

Best,

Luca

 

  • redcard
    Luca, I am just getting back to this. Is this supported by WiseJ yet, or will it be soon? I don’t have time to learn how to write Wisej extensions right now, I just need something that works! Thanks! Andrew
  • You must to post comments
Showing 1 result