G
Guest
I have seen many Post about the same issues....But i put the code (I think that is right) and i doesn't do anothing..
I use a button to open a help file and it doesn't do nothing...Can somebody tell me what is wrong with my code
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Clic
Help.ShowHelp(Me, "C:\Help\Help.Chm"
End Su
Thanks....
I use a button to open a help file and it doesn't do nothing...Can somebody tell me what is wrong with my code
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Clic
Help.ShowHelp(Me, "C:\Help\Help.Chm"
End Su
Thanks....