Re: [GD-Windows] Drag and drop from Outlook Express
Brought to you by:
vexxed72
From: Ivan-Assen I. <as...@ha...> - 2002-11-28 21:49:36
|
You should write a simple application that dumps all the available Clipboard formats that are carried with the drag'n'drop (drag'n'drop functionality is very similar to Clipboard cut'n'paste). Examine them and you'll probably find one that suits you. Oh, and RTFMSDN too :-) Regards, Assen ----- Original Message ----- From: "Pierre Terdiman" <p.t...@wa...> To: <gam...@li...> Sent: Thursday, November 28, 2002 11:39 PM Subject: [GD-Windows] Drag and drop from Outlook Express > I'd like to be able to drag-and-drop mails from Outlook Express directly > into my app. I've already implemented drag-and-drop from files to a running > app in the past, it worked fine. But I'm not sure how to do that with mails > from Outlook. > > When I drag a mail from Outlook to, say the Windows desktop, cursor changes > to the little "+" indicating drop is possible. Then a file is created, say > Mail.eml. > > However, if I drag that same mail over my app (which otherwise supports > drag-and-drop of other files), the cursor doesn't change and nothing > happens. > > So I guess there's something missing to enable that kind of interaction. > Ideally I'd like to get back the eml file(s) directly into my app, even if I > have to create them myself from whatever I get from Outlook when the drop > occurs... > > Ideas ? > > Cheers :) > Pierre > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Get the new Palm Tungsten T > handheld. Power & Color in a compact size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en > _______________________________________________ > Gamedevlists-windows mailing list > Gam...@li... > https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows > Archives: > http://sourceforge.net/mailarchive/forum.php?forum_id=555 |