bjwade62 Posted May 5, 2006 Posted May 5, 2006 I have created several apps and up until now they have been pretty straight forward so I've never created a help menu. However I need to now. I have no idea how to go about it. Do I code it myself? Are there third party apps designed for it? Are there any free (or cheap) ones out there? Not sure if it matters but I'm using VB 2005. Thanks, Bernie Quote
mskeel Posted May 5, 2006 Posted May 5, 2006 You can author a help file (compiled html file) with the Microsoft's html help workshop. You can add it to your program using a HelpProvider. Quote
Arch4ngel Posted May 5, 2006 Posted May 5, 2006 I also know that NDoc do a pretty good job for C# 1.1 but since VB.NET 2.0 is integrating XML comments, you might do a little search to see if it's possible to compile a class help. (was it a class help or a software documentation?) Quote "If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown "Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me "A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend. C# TO VB TRANSLATOR
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.