Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!pikes!mercury.cair.du.edu!mnemosyne.cs.du.edu!isis.cs.du.edu!ebergman From: ebergman@isis.cs.du.edu (Eric Bergman-Terrell) Newsgroups: comp.windows.ms.programmer Subject: A Phone Directory prog. for MS Windows Message-ID: <1991May15.013300.10659@mnemosyne.cs.du.edu> Date: 15 May 91 01:33:00 GMT Sender: usenet@mnemosyne.cs.du.edu (netnews admin account) Reply-To: ebergman@isis.cs.du.edu (Eric Bergman-Terrell) Organization: Nyx, Public Access Unix (sponsored by U. of Denver Math/CS dept.) Lines: 23 Disclaimer1: Nyx is a public access Unix system run by the University of Disclaimer2: Denver for the Denver community. The University has neither Disclaimer3: control over nor responsibility for the opinions of users. I recently wrote an MS Windows program that does nothing except call the Windows Help Manager (or whatever it's called) with the name of a given help file. Then I took my company's telephone roster, converted it to a Windows help (.hlp) file. Result - a quick 'n dirty phone directory program. The same scheme could be used for a variety of things. For example, an ASCII chart, an area code directory, the operator precedence rules of C, etc. If anyone is interested, I'll be happy to post the source (it's all of about 30 lines). However, to use it you will need the following: (in addition to a C compiler that can generate Windows .exes): 1. a help compiler (HC) 2. a word processor that can do Rich Text Format (e.g. WFW, the word processor in MS Works, etc.) Terrell