I need suggestions for creating a Help system for a Visual Basic Program.
We have a requirement to provide "on-line help" to our Visual Basic program. What I believe they mean is the sort of Help functionality that one normally sees in C++ generated program.
Does anyone have any suggestions?
I have been told that the file type is a .CHM file that the help system uses. Is there a Help Component in Visual Basic?
What I would really like to do is to have the user choose between having the help be displayed in either .CHM or .HTM format. So, is there a web browser component in Visual Basic too?