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. :rolleyes:
Printable View
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. :rolleyes:
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.
thanks i will give it a try