Can someone explain using a .hlp file in a vb.net program. I have been googling and reading adn from i can tell chm is the new "Help file way to go. and u can use the helpprovider control
However I already created a very simple which is all I need for my purposes .hlp file using shalom which I learned about from other post on this forum
I am doing the following in my menuitems "Help file click event:
System.Diagnostics.Process.Start("C:\Documents and Settings\name of .hlp file.hlp)
This works great, I just dont understand how this will work when I compile and deploy the project??
Couldnt or shouldnt the file be referenced within my project?
Thanks for your time and patience in advance, i am still VERY new and learning![]()





Reply With Quote