Hi,
I have compiled a .CHM help file and wanted to know how i can include it with ClickOnce deployment? Also how would I reference it on the installed machine? (where would it be installed to?)
At the moment its just sat on the C:/ drive for testing so am using the code
System.Windows.Forms.Help.ShowHelp(Me, "file://c:\myhelp.chm", "Welcome.html")
Many Thanks
Adam
I have compiled a .CHM help file and wanted to know how i can include it with ClickOnce deployment? Also how would I reference it on the installed machine? (where would it be installed to?)
At the moment its just sat on the C:/ drive for testing so am using the code
System.Windows.Forms.Help.ShowHelp(Me, "file://c:\myhelp.chm", "Welcome.html")
Many Thanks
Adam