Question Including .CHM file with ClickOnce

adlev27

New member
Joined
Apr 12, 2009
Messages
3
Programming Experience
Beginner
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
 
Back
Top