• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Export map IDs to C#

Participant ,
Nov 16, 2006 Nov 16, 2006

Copy link to clipboard

Copied

We've been providing RHx5 WebHelp for a year, but it isn't CSH. Now our application has grown, and we're planning our Help project for next year - merged CSH WebHelp for C#. I once did CSH without using Map IDs, and want to use them this time.

For the Map IDs, what's the purpose of using the Export dialog to "export" them and how is it done for C#, since the dialog doesn't list C# as an option?

I have the Macromedia developer C# info for calling the topics, and see from the forum that merged IDs go into a single ID file, but am not putting it all together to figure out whether we need to use the Export dialog to export the map IDs.

Thanks!

Views

768

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 28, 2011 Jan 28, 2011

Copy link to clipboard

Copied

Does anyone know of a solution to this? I'm using RoboHelp 8 and I need to export my Map Ids to C#, but there are only options for C/C++, Javascript, VB. I'm using the API to kick off some of the help file generated, but when I make this call:

RoboHelpAPI.CSH_API csh = new CSH_API();

csh.RH_ShowLocalHelp(this.Handle, strHelpUrl, OptionConstants.CSH_DISPLAY_CONTEXT, 1);

It just takes me to the main page instead of going to my topic id. 

I'm very stuck on this issue, so help would be greatly appreciated!!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 31, 2011 Jan 31, 2011

Copy link to clipboard

Copied

LATEST

This is for anyone else with C# + Map File woes.

There is a list of sample projects here: http://www.adobe.com/support/robohelp/htmlhelp.html Once of them is titled Import MS help into C# Example.  It's description sounds like it'll explain how to use C# with map files.  Hopefully I'll have luck!!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
RoboHelp Documentation
Download Adobe RoboHelp