Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

about HelpFiles...

shiptar
Beginner
850 Views
hello,

i am trying to display a context help in a dialog box with MS Help Workshop. but i couldnt manage to get a resource.hm file after pressing "save and compile" button in. what should i do?

shiptar
0 Kudos
3 Replies
shiptar
Beginner
850 Views
i found the solution. to check HELP ID box in any control that you want to display context help. when i compile it creates a resource.hm file. now i am struggling to fix a richtext file:) i will manage i think...
0 Kudos
gregscvf
Beginner
850 Views

I replied to this last week, but it got lost. (20 min. waisted, sigh.)

But you alreadyfigured out the Help checkbox partunder dialog control properties.

I made good use of Jugoslav's XFLOGM routine: CALL DlgSetHelp. in the callback, you only need one call to WinHelp for all the controls, by using the ContextID as an argument. Then in the RTF file, you add the ContextIDto each help topic for each control.

Greg

0 Kudos
gregscvf
Beginner
850 Views

Oops, forgot about resource.HM, the file created when you check the Help ID check box. Add this file to the MAP section of the Help Workshop HPJ file.

Greg

0 Kudos
Reply