TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: Calling Help contents from VB From:"Wing, Michael J" <mjwing -at- INGR -dot- COM> Date:Wed, 27 Nov 1996 08:24:44 -0600
Use the HELP_FINDER value for the fuCommand variable in the WinHelp
call.
Mike Wing
__________________________________________
| Michael Wing
| Principal Technical Writer
| Infrastructure Technical Information Development
| http://www.ingr.com/iss/products/mapping/
| Intergraph Corporation
| Huntsville, Alabama
| (205) 730-7250
| mjwing -at- ingr -dot- com
>>Built a basic Win95 help file using Microsoft Help Workshop. But when trying
>>to call the help file from a VB program using the Winhelp "Help_Contents"
>>command, the main window of the help file appears and displays the first
>>help
>>topic in the RTF file instead of the Contents tab. Believe it is a
>>programming issue, because the help file works fine by double-clicking the
>>HLP file, and if the programmer substitutes and calls another help file the
>>same thing happens (no contents tab).
>>
>>Has anyone worked on help for VB apps and encountered this problem? The
>>developer has checked a number of different online sources and cannot find
>>any reference to this situation.