[pywin32-bugs] [ pywin32-Bugs-1751177 ] Missing CF_DIBV5
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2007-07-10 14:02:13
|
Bugs item #1751177, was opened at 2007-07-10 15:02 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1751177&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Pete Forman (pete_forman) Assigned to: Nobody/Anonymous (nobody) Summary: Missing CF_DIBV5 Initial Comment: The clipboard formats defined as attributes of win32clipboard and win32con do not include CF_DIBV5 = 18. This was new in Windows 2000. I observed it copying from Excel 2002 on XP. See http://www.microsoft.com/technet/prodtechnol/windows2000serv/maintain/featusability/assoc.mspx and winuser.h pywin32 210 on Python 2.5.1. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1751177&group_id=78018 |