Help Creation software
-
Anyone got any reccomendations for help creation software to work alongside c# ? Cost is a major issue on this one . Am I the only one forever playing catch up with technology , while all the juicy opportunites keep rolling by ?
-
Anyone got any reccomendations for help creation software to work alongside c# ? Cost is a major issue on this one . Am I the only one forever playing catch up with technology , while all the juicy opportunites keep rolling by ?
Hi Andrew, Check out NDOC http://ndoc.sourceforge.net/[^] Deepak Kumar Vasudevan http://deepak.portland.co.uk/
-
Anyone got any reccomendations for help creation software to work alongside c# ? Cost is a major issue on this one . Am I the only one forever playing catch up with technology , while all the juicy opportunites keep rolling by ?
NDoc is great for generating documentation that can also serve as help. Try it out, you can make your documentation look exactly the same as how MSDN .NET documentation looks. To make this all work, you have to use so called XML comments in your code and then you compile your code, /doc switch must be used to generate xml file that NDoc will use. somefilename.xml is just a file that you choose. I have a short article about this at: http://vbxzone.tripod.com/dotnet/dotnet06032.html check it out.