Question:
Making help files to support my VB program?
Nick G
2008-05-24 00:35:16 UTC
I am making a program in VB and would like to make help (.hlp) files for context help for the user.

However, I don't know how to make Help files.

How can I make my own help files for my application, please?

Nick
:)
Four answers:
Graham B
2008-05-25 00:31:02 UTC
Hi

There is a tutorial on:

http://david90.freeservers.com/tutorial/vb5Book/hci/VB50/HTML/tutorial_16.html

that will show how to produce .hlp files.

Regards
ajayx2001
2008-05-24 08:00:15 UTC
Well the best way to add help support files to your application in a .NET programming language is to use the HelpProvider control. Drag and drop it into the application and you can specify the source to be a CHM file.



To create a chm file, which is the official help system provided my microsoft you can use the HTML Help Workshop.



More detail at. -> http://msdn.microsoft.com/en-us/library/ms669985.aspx



Download HTML Help Workshop -> http://www.microsoft.com/downloads/details.aspx?familyid=E82EA71D-DA89-42EE-A715-696E3A4873B2&displaylang=en



This link will also help you -> http://office.microsoft.com/en-us/orkXP/HA011362801033.aspx
Jamie P
2008-05-24 07:42:30 UTC
Well when you save the programme in save as you can alter the file type you want to save it as.
BomberMan
2008-05-24 07:45:47 UTC
i am using "HTML help"

i think you can download from microsoft


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...