Re: Getting CF_ENHMETAFILE from clipboard
- From: "Andrey Dzizenko" <A.Dzizenko@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 01 Jun 2006 20:11:37 +0400
It contains no data because Office does not know how to present the custom
clipboard format.
But it contains data. As I said the method IsClipboardFormatAvailable(CF_ENHMETAFILE) of the user32.dll library returns true. So Office knows how to present the format.
http://www.codeguru.com/cpp/w-p/clipboard/externallinks/article.php/c9155/ There's source code of the clipboard viewer that can view CF_ENHMETAFILE copied by Office. With no intricate movements.
It's possible. We don't know how - that's the question.
.
- Follow-Ups:
- Re: Getting CF_ENHMETAFILE from clipboard
- From: Michael Phillips, Jr.
- Re: Getting CF_ENHMETAFILE from clipboard
- References:
- Re: Getting CF_ENHMETAFILE from clipboard
- From: Andrey Dzizenko
- Re: Getting CF_ENHMETAFILE from clipboard
- From: Michael Phillips, Jr.
- Re: Getting CF_ENHMETAFILE from clipboard
- From: Andrey Dzizenko
- Re: Getting CF_ENHMETAFILE from clipboard
- From: Michael Phillips, Jr.
- Re: Getting CF_ENHMETAFILE from clipboard
- Prev by Date: Re: Fetching data from SQL Server
- Next by Date: Re: Winsock in C#
- Previous by thread: Re: Getting CF_ENHMETAFILE from clipboard
- Next by thread: Re: Getting CF_ENHMETAFILE from clipboard
- Index(es):
Relevant Pages
|