Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Hot spot Editor in Help Workshop

presser
Beginner
498 Views
Hi,
using the MS Help Workshop it greatly improves my help system performing actions in bitmap-Files by selecting regions with the mouse. The bmp is saved as an SHG-File in the Workshop. Because the bmp is often to reedit duringdevelopment I have the problem to redefine the hot spot regions every time I alter the bmp-File. Has anyone an idea how to overcome this problem?
Thanks
W.Presser
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
498 Views
Well... no.
Microsoft abandoned .shg's (which are Win3.1 feature) altogether in favor of other help features. I found the binary format of .shg file atftp://ftp.microsoft.com/developr/drg/Multimedia/SHED.ZIP, but it doesn't look promising to play with (e.g. it mentions "Others will simply contain a hashed context string in the lBinding field." withoutexplicit description ofthe hash method). As you discovered yourself, the overall problem with shg's is that they're difficult to maintain.
What kind of pictures are these? Is perhaps the "official" "context help" feature as in dialogs applicable?
Jugoslav
0 Kudos
Reply