|
-
Dec 30th, 2005, 05:41 PM
#1
Thread Starter
Lively Member
Creating help files
Hi I have more or less finished building an application and want to provide help files. I am using vb express 2005 how do you this I don't even know where to start.
-
Dec 30th, 2005, 05:52 PM
#2
Member
Re: Creating help files
You could do a googlesearch for CHM compilers. They compile webpages you write into a windows helpfile (Compiled HTML). There are a million of them.
You could also install VBCommenter (not sure if it works with 2005 Express though), and comment your code well. That program creates .xml files which in turn could be turned into .html files with the help of NDoc, and added to your helpfile.
-
Dec 30th, 2005, 09:03 PM
#3
Thread Starter
Lively Member
Re: Creating help files
thanks i will give it a try
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|