Jump to content
Software FX Community

using CommandID_Help to display end-user help


RobertM

Recommended Posts

Hello,

I am trying to add ChartFX Help to a chart toolbar.  I use the following code in VB6:

 .ToolBarObj.InsertAt 0, 1 .ToolBarObj(0) = CommandID_Help

and the Help button does appear in the chart.  When I click it I even get a popup that displays Contents, Search and About options.

But when I select one of the options, nothing happens.  I guess that the chart can't find the Help file, so it does nothing, but I'm not sure.  Does anyone know what Help file it might be looking for?  I want to display end-user help on how to use the chart, so I don't need the API Help files 

Thanks. 

Link to comment
Share on other sites

 

Thanks, that makes sense of course, except that I want to display help for the chart functionality, i.e. right-clicking on the chart displays a popup of ChartFX options like opening the data editor, displaying the toolbar, legend box etc... There must be a help file that describes how to use the functions and toolbar options of a ChartFX chart, isn't there?

If I have that file, then the app can handle the InternalCommand event and open the file itself, that's fine.

 

 

 

 

 

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...