Hello,
I have a help file as a chm, which is added to the project as a
resource. I'm trying to display it as
System.Windows. Forms.Help.Show Help(Me, "Name_Of_Helpfi le_Resource")
which obviously does not work (It cannot find anything at that URL).
Is there a way to do this?
I have a help file as a chm, which is added to the project as a
resource. I'm trying to display it as
System.Windows. Forms.Help.Show Help(Me, "Name_Of_Helpfi le_Resource")
which obviously does not work (It cannot find anything at that URL).
Is there a way to do this?
Comment