If you want to make a Windows Help file (*.hlp) with VB then use http://www.helpwriter.com/vbhw32.htm or do a search on here. This question has been asked a number of times.
Keith
I've been programming with VB for 25 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.
Thanks Hack - I would have looked up the link but I'm at work and shouldn't really be looking up such things I'm allowed on vbforums for my work programming project lol.
I've just started implementing a .hlp file in my project using the common dialog "ShowHelp" command, not a lot of info around but I seem to have it figured out
Thanks Hack - I would have looked up the link but I'm at work and shouldn't really be looking up such things I'm allowed on vbforums for my work programming project lol.
I've just started implementing a .hlp file in my project using the common dialog "ShowHelp" command, not a lot of info around but I seem to have it figured out
You are right, there isn't a lot of stuff on .ShowHelp
If you have something that works, and works pretty well, would you mind putting together a working example of how to use .ShowHelp, and posting it in the VB CodeBank. I'm sure a lot of other members would find that very beneficial.
Well you might want to add this one to your list also hack. It claims to be the only program that can make .chm and .hlp. It is also REALLY easy to use because you write your files in a RichTextBox enviroment. Check it out (HelpMaker): http://www.vizacc.com/
Well you might want to add this one to your list also hack. It claims to be the only program that can make .chm and .hlp. It is also REALLY easy to use because you write your files in a RichTextBox enviroment. Check it out (HelpMaker): http://www.vizacc.com/
You are right, there isn't a lot of stuff on .ShowHelp
If you have something that works, and works pretty well, would you mind putting together a working example of how to use .ShowHelp, and posting it in the VB CodeBank. I'm sure a lot of other members would find that very beneficial.
Yeah I might do that, only just started it but found it pretty easy once I got it sorted... set the .hlp path, set the topic index, set the mode then .ShowHelp
Surprising there isn't more info on this useful part of the CommonDialog control, so I might see what I can cobble together and post it to the CodeBank as you suggested.