Microsoft WinHelp is a proprietary format for online help files that can be displayed by the Microsoft Help browser winhelp.exe or winhlp32.exe . The file format is based on Rich Text Format (RTF). It remained a popular Help platform from Windows 3.0 through Windows XP . WinHelp was removed in Windows Vista purportedly to discourage software developers from using the obsolete format and encourage use of newer help formats. Support for WinHelp files would eventually be removed entirely in Windows 10 .
25-428: Microsoft Help may refer to: Microsoft WinHelp , Windows 3.0 Microsoft Compiled HTML Help , Internet Explorer 4 and Windows 98 Microsoft Assistance Markup Language , Windows Vista Microsoft Help 2 , the help system used by Visual Studio 2002/2003/2005/2008 and Office 2007 Microsoft Help Viewer , the help system used by Visual Studio 2010 Topics referred to by
50-522: A Find tab, which lets the user search for any word used in the text of the file, not just for keywords. WinHelp also supports a feature known as context-sensitive help . Context-sensitive help is assistance that is appropriate to where the user is in the software application, and what they are trying to do. A rather security critical feature is that one can also include a DLL file containing custom code and associating it with WinHelp topics. Effectively this makes .HLP files equivalent to executables. At
75-473: A dotted underline.) Images can be added using codes such as {bmc image.bmp}. Supported image formats include .bmp , .wmf , and .shg (used for image maps, which can contain jumps or popups that are triggered by clicking on specific parts of the image). After the source files have been created, the help file can be compiled using a WinHelp compiler such as HCW.exe or by using a commercial software program such as RoboHelp or HelpBreeze , most of which (included
100-416: A jump opens a different topic. Some jumps may open secondary Help windows to display information. Popups appear in the text as green text with a dotted underline. Single-clicking on a popup opens a small window with no menus, buttons, or scrollbars, sized to fit the text. Often, popups provide short definitions of key terms or other supplemental information about the main text. The popup automatically disappears
125-499: A table of contents and an index to help users locate information. These appear in a separate, tabbed window. Clicking on the Contents tab opens the table of contents, in which users can click on headings to see the topics. Often, headings are marked with icons that look like small books and the topics have icons that look like pages. Double-clicking on a topic (or clicking on a topic then clicking Display ) opens that topic. Clicking on
150-508: Is a "SHED" graphics file that essentially creates an image map of help calls for a graphic file (e.g., a BMP). A number of tools can read and explore these files. (See, for example, Help to RTF and winhelpcgi .) Source files required to compile a .hlp file consist of one or more documents in Rich Text Format and a help project file with the extension .hpj, along with any image files (. bmp , . wmf , or .shg) that are used within
175-517: Is created and edited in the Help Workshop (or a third party help authoring tool). The HPJ contains information about what RTF files to compile into the help, the MAP IDs and Aliases that provide links from a calling application to the help file, and help file appearance (window size, default buttons, color schemes, etc.). The CNT file provides the table of contents for the help file. An SHG file
200-420: Is different from Wikidata All article disambiguation pages All disambiguation pages WinHelp A WinHelp file has a ".hlp" suffix. It can be accompanied by an optional table of contents (.cnt) file if the help developer created one. When Windows opens a WinHelp file, it creates a .gid file in the same directory or in " %LOCALAPPDATA%\Help ", containing information about the .hlp file such as
225-867: Is included as part of WineVDM . Also on Windows 10 WinHelp works with winhlp32.exe from older version of Windows. Although documentation can be maintained entirely in a vendor-specific presentation format such as WinHelp, it is more often the case that documentation must be published in multiple presentation formats at once: Microsoft Compiled HTML Help (CHM), WinHelp, HTML pages, Java Help , PDF , etc. It would be very expensive and error-prone to maintain each format separately. For this reason, authors often maintain documentation in an industry-standard, vendor-neutral authoring format—such as DocBook or FrameMaker —that can be used to generate several different presentation formats (including WinHelp). Various presentation files thus produced (with WinHelp or other tools) contain consistent content because they were generated from
250-521: The Index tab opens the index, which has a typing field and an alphabetical keyword list. Typing in the typing field automatically scrolls the list of keywords to the closest match. Double-clicking on a keyword (or clicking on a keyword then clicking Display ) displays the topic associated with that keyword (if only one) or brings up a list of all topics associated with it. The index is important in helping users locate information. Sometimes Help files also have
275-402: The 2006 WritersUA conference, Microsoft announced its intentions to phase out WinHelp as a supported platform. Ted Dworkin (Partner Director of WinHelp Experience) stated, "WinHelp does not meet the code standards established for Vista. These standards include security, reliability, and performance." He went on to say that WinHelp is designed in such a way that, "...we would have to rewrite it from
SECTION 10
#1732793190290300-615: The Help file stores the user's settings between sessions, or always opens in the default size and position. When a topic is open, a title bar at the top of the Help window displays the topic title. Below that is a row of menus ( File , Edit , Bookmark , Options , and Help ), which control various aspects of the file. A row of buttons usually appears below the menus. The Help author controls which buttons, if any, appear. Typical buttons include Contents , Index , Back , and Print , along with << and >> buttons to browse through
325-496: The Help file. An optional table of contents file with the extension .cnt can also be created for use with the .hlp file. Within the .rtf files, topics are separated by page breaks. Each topic has a series of footnotes that contain information for the help compiler: Only the # footnote is required. All others are optional. Text in each topic can contain limited formatting, including bold text, italics , and colors. Superscript and subscript are not allowed. Jumps between topics in
350-433: The end-user must obtain the 32-bit WinHelp viewer from Microsoft's website and manually install it. In Windows 10 and later, Microsoft does not offer a WinHelp viewer for the operating system. The last version of Windows on which it was possible to open and read WinHelp files, using an official downloadable component by Microsoft, is Windows 8.1 . The open-source version of winhlp32 from Wine also works on Windows 10. It
375-405: The file. Help authors can also create custom buttons to jump to specific topics or perform other actions. Below the buttons is the main text area of the window. Typically, the text begins with a heading, often bold or in a larger font than the rest of the text. This heading may sometimes be in a non-scrolling region—an area of the window that does not move up or down via the scrollbar at the side of
400-492: The following file formats : The version numbering systems used by Blue Sky Software/eHelp Corporation, Macromedia, and Adobe Systems induced some head-scratching, especially among longtime RoboHelp users. For example, the first version of RoboHelp released by Adobe Systems in January 2007 was the 14th version of the software, but Adobe Systems decided to continue the numbering convention from Macromedia and thus gave this version
425-516: The ground up to meet the Vista code standards. And that approach doesn't make sense given that we have two other Help systems in Vista." The updated licensing agreement prohibits application developers from packaging the WinHelp libraries with their installers. This means that WinHelp manuals for legacy applications are not readable on a new Windows Vista (or higher version) installation. To read them,
450-477: The next time the user clicks or presses a key. Many, though not all Help topics have See Also jumps at the end of the text. Depending on the Help author's preference, this feature may be a simple list of jumps under the heading See Also, or it may be a small button that, when clicked, brings up a dialog box displaying all the relevant topics. Clicking on the name of a topic in that dialog box then clicking Display opens that topic. Most Help files also contain
475-457: The number 6...and dropped the X used in the previous version, RoboHelp X5. This decision caused confusion because Blue Sky Software released RoboHelp 6.0 in 1998. Adobe Systems continued with that numbering system and used versions 7 through 11 for successive versions of RoboHelp released from September 2007 to January 2014. With the introduction of Adobe RoboHelp 2015 in June 2015, Adobe Systems used
500-422: The same Help file usually appear in the source document as double-underlined text (green by default, though this can be overridden) followed by a topic ID in hidden text. Popup links appear in the source document as text with a single underline (also green by default) followed by a topic ID in hidden text. (In the .hlp file, the jumps show up as green text with a single underline, and popups show up as green text with
525-609: The same source. RoboHelp Adobe RoboHelp is a help authoring tool (HAT) developed and published by Adobe Inc. for Windows . RoboHelp was created by Gen Kiyooka, and Blue Sky Software released version 1.0 in January 1992. Blue Sky Software was founded in 1990 and changed its name to eHelp Corporation on 4 April 2000. Macromedia acquired eHelp Corporation on 24 October 2003. Macromedia was, in turn, acquired by Adobe Systems on 3 December 2005. Adobe Systems has developed and released nine successive versions of RoboHelp since 2007. Adobe RoboHelp can generate help files in
SECTION 20
#1732793190290550-425: The same term [REDACTED] This disambiguation page lists articles associated with the title Microsoft Help . If an internal link led you here, you may wish to change the link to point directly to the intended article. Retrieved from " https://en.wikipedia.org/w/index.php?title=Microsoft_Help&oldid=1239881113 " Category : Disambiguation pages Hidden categories: Short description
575-425: The two cited here) also use hcw.exe as the backend compiler. Depending on how it has launched and what settings the Help author chose, a WinHelp file opens either to its default topic, its table of contents, or its index. A topic in a WinHelp file opens in a separate window, in a size and initial position that the Help author may choose. Users can resize or reposition the window. The Help author can control whether
600-413: The window size and location. If the user clicks the "Find" tab and enables keyword indexing, Windows creates an index file with a .fts (full text search) extension. Annotations and bookmarks for each Windows help file have the extension ".ann" and ".bmk". A number of software tools can decompile a WinHelp file into its source documents: HPJ, CNT, RTF , BMP , and SHG . An HPJ file is the project file that
625-424: The window. Non-scrolling regions can only be used at the beginning of a topic. The Help author can control size and background color of a non-scrolling region. Help authors can also control the background color of the main text area, where the actual text of the topic appears. This text can be formatted and arranged in many ways. Within the text, jumps appear as green text with a single underline . Single-clicking on
#289710