Open Help File

  • Thread starter Thread starter Guest
  • Start date Start date
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....
 
Im sorry im real confuse..
I have all my pages in the Vb...
I have open Help Project and start creating my help...
what i do to Transforme all my file into one chm file...
Thanks..
 
Ok...I made it :)
Thanks....

Ps: Its a little strange why the visual studio do not compile a file of
time chm....

but this fit's perfect! THANKS!
 
Back
Top