Similar Threads:
1.Using CHM Help File instead of HLP Help File
Hi All,
I am using MFC VC++ 6. The "Help Topic" is generated by VC++. It allows to
use HLP file.
I have CHM help created available. I want to use CHM Help File instead if
HLP Help File. How can I do that?
I see some commands generate by VC++:
ON_COMMAND(ID_HELP_FINDER, CMDIFrameWnd::OnHelpFinder)
ON_COMMAND(ID_HELP, CMDIFrameWnd::OnHelp)
ON_COMMAND(ID_CONTEXT_HELP, CMDIFrameWnd::OnContextHelp)
ON_COMMAND(ID_DEFAULT_HELP, CMDIFrameWnd::OnHelpFinder)
It seems like nothing I can do with OnHelpFinder, OnHelp, OnContextHelp.
And I have to do somthing like
ON_COMMAND(ID_HELP_FINDER, CMyclass::OnHelpFinder)
ON_COMMAND(ID_HELP, CMyclass::OnHelp)
ON_COMMAND(ID_CONTEXT_HELP, CMyclass::OnContextHelp)
to deal with CHM help file
Is it at that hard?
Do you know anyway to work with CHM help file easier?
Or at least, when user click help and Help.CHM will be called instead of
Help.HLP
Thank you,
Ben
2.Help with ISerializable help file paragraph.
3.Help file corrupted, need new file (evc4++)
Hi !
When i start the help window in EVC++ 4, I got the message :
"Attempting to use an invalid compiled help (.chm) file."
"Unable to display Help: A required component is missing. Please resintall."
Even after the reinstall, I still cannot open the help.
Can someone send me the help file, or give an URL where I can download it.
Thanks!
/Marco
4.Outlook/Help file multi pane style app
Im am writing an application that will looks similar to Outlook or a help
file, i.e tree structure on left with right hand side pane showing data. It
is split into two panes.The Left pane has a treeview. When the nodes in the
tree are selected data is shown in the right pane.
I am using a treeview in the left pane and was wondering what is the best
way to show the data being selected in the right pane.
It's been suggested i use a panel control in the right hand pane to display
the data from the treeview.
For each node in the treeview i need to show a different set of data/view.
One node will have a few controls like combo boxes,text boxes,push buttons,
which will be used to produce a report.
Another view will contain text with some link labels that if clicked on will
bring up another page of text or a dialog.
Other nodes will have different views.
I would like advice on how i could show the different views for the nodes
and how i would design them. Would i need multiple panels or is there
another way to do it?
Thanks In Advance
Macca
5.Help files
As of Friday, the place I worked for went bust. I've been doing Linux C for
2 years and it is time to refresh C# skills.
Way back when, I had a utility that extracted the commentary out of the C#
code and generated help files. I have since lost that tool. Can anyone
suggest such a took for me to gat my hands on?
Thanx,
Bill
6. HELP File path confusion in WinForms app
7. Problem opening an .htm help file at an anchor
8. Basic Help File