I am creating a Help file for a C# program i wrote. i am using Windows HTML helper to create the CHM file. how can i go about creating links within this to jump me to another page or another part of the CHM file?
Thanks
Links inside a CHMis nothing CHM specific, they are just use normal HREF urls.
The only thing you want to do is make sure they all have relative paths relative to your CHM root directory.