home *** CD-ROM | disk | FTP | other *** search
Microsoft Help compiler Project | 1998-02-11 | 3.1 KB | 82 lines |
- ;Windows 95 Help Project File
- [OPTIONS]
- COMPRESS = 0
- DBCS = NO
- REPORT = YES
- LCID = 0x0409 0x0 0x0 ;English (United States)
- ERRORLOG = G:\HM95WEBD\DEMO95\DEMO95.ERR
- TITLE = WinHelp '95 Demo File
- MULTIKEY = M
-
- [WINDOWS]
- main="WinHelp '95 Demo File",(222,100,701,823),30976,(255,255,225),(225,255,225),f2
- Glossary="Glossary",(750,70,468,875),0,(255,255,255),(192,192,192),f3
- TopicDem="Types of Help Topics",(500,100,423,823),256,(255,255,255),(255,255,225),f5
- secnobut="Secondary Window with No Button",(625,100,567,236),0,(225,255,255),(255,255,255),f7
- secbutt="Secondary Window with Buttons",(500,368,458,383),29440,(225,255,255),(255,255,225),f2
- swnosize="Secondary Window - No AutoSize",(70,100,479,823),256,(255,255,255),(225,255,255),1
- swsize="Secondary Window with AutoSize",(550,100,423,823),256,(255,255,255),(225,255,255),f3
- SecCalc="Sec Window with Calculator Btn",(500,100,423,823),8192,(128,255,255),(255,255,255),f2
-
- [CONFIG]
- RegisterRoutine("user32.dll", "MessageBox", "USSU")
- RegisterRoutine("MMSYSTEM","sndPlaySound","Si")
- RegisterRoutine("MMSYSTEM","mciExecute","S")
- CreateButton("StopSound","StopSound","IfThen(IsMark(`MID000'),`mciExecute(`Close MID000'):DeleteMark(`MID000')')")
- mciExecute("Open DREAMING.MID alias MID000 type Sequencer")
- mciExecute("Play MID000")
- SaveMark("MID000")
- BrowseButtons()
-
-
- [CONFIG-TopicDem]
- CB("CloseTopic","Close","CloseWindow(`TopicDem')")
-
- [CONFIG-swnosize]
- CB("close","Close","CloseWindow(`swnosize');CloseWindow(`swsize')")
-
- [CONFIG-swsize]
- CB("Close","Close","CloseWindow(`swnosize');CloseWindow(`swsize')")
-
- [CONFIG-SecCalc]
- CB("CalcBtn","Calculator","ExecFile(`calc.exe', 0)")
-
- [FILES]
- G:\HM95WEBD\DEMO95\DEMO95.RTF
-
- [MAP]
- Contents 1; Contents
- Introduction 2; Introduction
- Types_of_Help_Topics 3; Types of Help Topics
- Definition_Topic 10; Definition Topic
- Glossary 11; Glossary
- Whats_This_Topic 12; What's This? Topic
- Basic_Elements_of_Windows_Help 21; Basic Elements of Windows Help
- Help_Windows 22; Help Windows
- Screen_Layout 23; Screen Layout
- Hypertext_Links 24; Hypertext Links
- Graphics 25; Graphics
- Multimedia 26; Multimedia
- Browse_Sequences 27; Browse Sequences
- Advanced_Windows_95_Help 28; Advanced Windows 95 Help
- Macro_Programming 29; Macro Programming
- Buttons 30; Buttons
- Secondary_Window_without_button_bar 31; Secondary Window without button bar
- Secondary_Window_with_a_Button_Bar 32; Secondary Window with a Button Bar
- SecWinSizing 50; SecWinSizing
- Secondary_window_that_plays_a_wav_file_when_displayed 51; Secondary window that plays a wav file when displayed
- NonScrolling_Regions 52; NonScrolling Regions
- Formatting_Text 53; Formatting Text
- Special_Characters 54; Special Characters
- Formatting_Paragraphs 55; Formatting Paragraphs
- JumpKeywordOne 56; JumpKeywordOne
- JumpKeywordTwo 57; JumpKeywordTwo
- JumpAnotherTopic 58; JumpAnotherTopic
- MidTopic 59; MidTopic
- Hotspot_Graphics 60; Hotspot Graphics
- Area1 61; Area1
- Area2 62; Area2
- CustomButtonDemo 63; CustomButtonDemo
- StandardButtonDemo 64; Standard Button Demo
- calc_not_installed 65; calc not installed
-