- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page