Re: [python-win32] Drag and Drop from Outlook

2010-10-22 Thread kc106_2005-win32
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

Re: [python-win32] Drag and Drop from Outlook

2010-10-20 Thread Mark Hammond
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

[python-win32] Drag and Drop from Outlook

2007-03-13 Thread Andrea Gavana
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 drop target for that: class

Re: [python-win32] Drag and Drop from Outlook

2007-03-13 Thread Jürgen Kareta
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 drop

Re: [python-win32] Drag and Drop from Outlook

2007-03-13 Thread 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: class