C
Christie
My problem is that I am using a compiled HTML helpfile (.chm) for my
application help. I have copied the file to the bin directory and the
helpprovider component is pointing to the .chm file.
The code in the help button that displays the help is as follows:
Help.ShowHelp(Me,HelpProvider1.HelpNamespace)
It is working fine when I test the program, but once I publish it and
install it on another pc nothing happens when the help button is
clicked (not even an error message, nothing). This is very
frustrating.
Please point me in the right direction.
I am using Visual Studio 2005 (VB.Net).
Cheers
application help. I have copied the file to the bin directory and the
helpprovider component is pointing to the .chm file.
The code in the help button that displays the help is as follows:
Help.ShowHelp(Me,HelpProvider1.HelpNamespace)
It is working fine when I test the program, but once I publish it and
install it on another pc nothing happens when the help button is
clicked (not even an error message, nothing). This is very
frustrating.
Please point me in the right direction.
I am using Visual Studio 2005 (VB.Net).
Cheers