Toolbar and tree icons are not displayed when displaying CHM file using HH API

Just ran into an interesting problem. I have a CHM file. If I display it using Process.Start it displays correctly.

If, however, I run it using the HH API, which shows up without any icons in the toolbar and in the tree; main content, including graphics, is displayed correctly. This is how it looks - with a few captions in the text: alt text http://img527.imageshack.us/img527/3430/problemhelpfilehl2.png

The same file works fine on colleagues' computer with the same setup.

Any thoughts on what's going on?

0


source to share


1 answer


It looks like the problem was that I was providing the HH API with a relative path to the help file. Now when I use an absolute path, the problem seems to be gone.



0


source







All Articles