Problems to call a chm-file from VisualC#.Net

A

Andrea Pisar

I tried to call my chm file from VisualC#.Net.
First I wrote a little program just to test it ( with
Help.Showhelp(this,helpfile)), no problems in this case.
Then I did the same in our actual application and I got following problem:
The help starts with TOC, Index and Search but all links are missing - there
are no url-entries anymore.
 
G

Guest

Hello Andrea,
I tried to call my chm file from VisualC#.Net.
First I wrote a little program just to test it ( with
Help.Showhelp(this,helpfile)), no problems in this case.
Then I did the same in our actual application and I got following problem:
The help starts with TOC, Index and Search but all links are missing - there
are no url-entries anymore ( empty entries in the properites menu/ go to
url.../actual url )

Please use a more help related newsgroup like:
microsoft.public.helpauthoring
microsoft.public.vstudio.helpauthoring

I'm not sure what you mean with "but all links are missing".

Meaning right mouse click PopUp Menu from the TOC pane?
or
Do you have a empty right hand pane with "Action cancelled"-"Aktion
abgebrochen"?

Assuming you are working with CHM's and your actual application is on a
network drive please check to open your CHM by double click. Missing content
in right hand pane?

Security updates Microsoft released block access to HTMLHelp files stored in
shared network drives. (Local only unaffected when downloaded.) You can read
more about this here:

http://www.helpware.net/FAR/far_faq.htm#SecurityUpdates

BTW - some links maybe interesting for you:
http://www.help-info.de/en/Visual_Basic_net/vbnet.htm
http://www.help-info.de/en/Visual_Basic_2005/vb_2005.htm
http://www.helpware.net/mshelp2/demo2/h1xNET.htm

For Code Translator see:
http://www.carlosag.net/Tools/CodeTranslator/Default.aspx

--
HTH
Best regards
Ulrich Kulle
**************************
http://www.help-info.de
**************************
 

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

Top