Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!samsung!uunet!mnemosyne.cs.du.edu!isis.cs.du.edu!ebergman From: ebergman@isis.cs.du.edu (Eric Bergman-Terrell) Newsgroups: comp.windows.ms.programmer Subject: Re: Yet more questions on Windows Message-ID: <1991Jun26.033446.11726@mnemosyne.cs.du.edu> Date: 26 Jun 91 03:34:46 GMT References: <1991Jun25.225540.19480@netcom.COM> Sender: usenet@mnemosyne.cs.du.edu (netnews admin account) Reply-To: ebergman@isis.UUCP (Eric Bergman-Terrell) Organization: Nyx, Public Access Unix (sponsored by U. of Denver Math/CS dept.) Lines: 16 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. About your Windows front-end to existing DOS application: I'm curious why you don't want to port the entire program (that might be easier than a hybrid approach). About your problem with the help file - why not convert the file to Windows help format, compile it (with "hc") and not worry about scrolling pages, etc? Once you get the hang of the help stuff it's relatively easy to work with... The Whitewater Resource Toolkit may (I don't know) be able to convert BMP files to .ICO (maybe someone who's tried cares to comment). If you can get the help file in ASCII I'd strongly recommend making it a Windows help file and let WinHelp() do the work. Terrell