Hi,
I've created a .chm file (HTML Workshop File) and I'm having problems with it when I have built my program. I've searched these forums and found some help which was great as I wasn't putting the hh.exe bit in front of the sourcefolder.
When I "Preview" the page within AMS and click on my help button it loads fine. But when I build the program and click on my help button it doesn't come up. This is the error message I am receiving:
Cannot open the file:
c:\DOCUME~1\Tara\LOCALS~1\Temp\ir_ext_temp_2\Autop lay\Docs\filename.chm
This is the code I have entered in my program:
File.Run("hh.exe ".._SourceFolder.."\\Autoplay\\Docs\\filename.chm" , "", "", SW_SHOWNORMAL, false);
After sourcing some other help on the forum I also tried putting the working folder with c:\\temp and tempfolder - with value changed to true. None of these worked either.
I also wondered if the space after .exe and before " shouldn't be there (i.e. "hh.exe ") so I took it out and tried that too. When I took out the space after .exe nothing happened at all when I clicked on the Help button. I didn't get an error message and nothing happend.
I really feel like I'm running around in circles and have no idea what I am doing wrong. I'm most probably missing the obvious!!![]()
Would really appreciate your help. Thank you!![]()
Tara.


