On 21/10/2010 4:27 PM, kc106_2005-wi...@yahoo.com wrote:
Thanks for the reply, Mark.
I did a "copy" from Outlook, and then run dump_clipboard. Here's what comes up:
...
Traceback (most recent call last):
File "C:\Python25\Lib\site-packages\win32com\demos\dump_clipboard.py", line
61
, in
Thanks for the reply, Mark.
I did a "copy" from Outlook, and then run dump_clipboard. Here's what comes up:
Dumping all clipboard formats...
Clipboard format 49161
-> got 4 bytes via HGLOBAL
-> got 4 bytes via IStream
Clipboard format 49955
-> got 168 bytes via HGLOBAL
-> got 168 bytes via I
On 20/10/2010 4:46 PM, kc106_2005-wi...@yahoo.com wrote:
Unfortunately, the above code doesn't work. CF_HDROP is not a format
GetClipboardData recognizes, and DragQueryFile returns None. Anybody know what
the proper way of retrieving the dropped Outlook info?
I'm not sure what you mean by CF_
rtunately, the above code doesn't work. CF_HDROP is not a format
GetClipboardData recognizes, and DragQueryFile returns None. Anybody know what
the proper way of retrieving the dropped Outlook info?
> Re: [python-win32] Drag and Drop from Outlook
>
>Mark Hammond
>
> >I am trying to make my application accepting drag and drop emails
> >from Outlook. I was told on the wxPython mailing list to try to use
> >win32com, but actually I have no idea which clipboard data format an
> >Outlook email has. I have tried to set up a custom drop target for
> >that:
> >
Andrea Gavana schrieb:
>Hi All,
>
>I am trying to make my application accepting drag and drop emails
>from Outlook. I was told on the wxPython mailing list to try to use
>win32com, but actually I have no idea which clipboard data format an
>Outlook email has. I have tried to set up a custom dr