EMF files are manipulated via the Metafile class. Metafile and Bitmap are two completely different file formats, one is Raster graphics (i.e. pixels) and the other is Vector graphics (lines and polygons).
So there are actually two questions here. 1) Can I convert a Bitmap to a Metafile. For this search google and you should find the Codeproject article on this. 2) How to write to the clipboard - I take it you know how to do this.
/- Sam Judson : Wrox Technical Editor -/
|