Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!caen!uwm.edu!ogicse!unicorn!n8443916 From: n8443916@unicorn.cc.wwu.edu (John Gossman) Newsgroups: comp.windows.ms.programmer Subject: Clipboard Metafiles Message-ID: <1991Mar19.222541.26657@unicorn.cc.wwu.edu> Date: 19 Mar 91 22:25:41 GMT Organization: Western Washington University, Bellingham Lines: 18 I've written some code for generating a Metafile (mostly MoveTo and LineTo commands) and clipping it to the clipboard. I am basing this code on the fragments presented in Petzold's book. The problem is, though I can clip to other applications just fine, the Clipboard Viewer CRASHES and clears the clipboard in the process. Upon further experimentation I found that CorelDraw has the same effect on the Viewer. Has anyone seen this before? Is Clipboard Viewer just plain buggy, or is the problem on my end? // *************************************************************** // John Gossman SoftSource (206)676-0999 Phone WWU Math Dept. My employer stands behind all my opinions, except in public. // ************************************************************** //