Newsgroups: comp.windows.ms.programmer Path: utzoo!utgpu!watserv1!maytag!watstat.waterloo.edu!dmurdoch From: dmurdoch@watstat.waterloo.edu (Duncan Murdoch) Subject: Appending to metafiles - Summary Message-ID: <1991Jun17.204410.15334@maytag.waterloo.edu> Sender: news@maytag.waterloo.edu (News Owner) Organization: University of Waterloo Date: Mon, 17 Jun 1991 20:44:10 GMT Lines: 18 Last week I asked how you'd reopen a metafile to add some more stuff on the end. Here's a summary of the responses I received: Nothing! After a bit more reading of Petzold and the SDK manual, I've come to the conclusion that the line I quoted about GetMetaFile making a metafile available for modification is in error. You can't do it other than by replaying the whole thing into a new metafile, a very slow process. (I'd still love to be contradicted...) Petzold says that metafiles are mainly used for transferring things to the clipboard, not for a program's own use. That makes sense: there's just too much missing for them to be usable. Duncan Murdoch dmurdoch@watstat.waterloo.edu