Using chm files in C#

  • Thread starter Thread starter Joshua Moore
  • Start date Start date
J

Joshua Moore

Using the Help class for the F1 key is easy and understandable, but for some
reason I can't get the chm to be opened by an event. I currently have the
file embedded, but the function calls for a "string url". Can't I use
stream? This is a web app, so I can't have local paths.

Any help would be greatly appreciated.

Joshua Moore
 
Hi
One thing that you can do is to use Server.mappath("internal location of
the file you want to access"). You have to have the right permissions
however
.Best regards,

Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 
I'm using Application.ExecutablePath, but it opens the Open / Save Dialog.
When I choose open, it closes the dialog but doesn't open the chm.

Thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top