Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3B543911.5B8235A4@acris.co.uk> Date: Tue, 17 Jul 2001 14:09:37 +0100 From: Julian Hall X-Mailer: Mozilla 4.7 [en-gb] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: RE: new to-do item Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Michael D. Crawford wrote: > You will have to use com to use drag and drop or the clipboard I'd just like to point out that this isn't entirely true. In fact, drag and drop of files (although not of any other type of object) can be achieved using the DragAcceptFiles() API and the WM_DROPFILES messages. Also, the clipboard can be accessed using EnumClipboardFormats() and GetClipboardData(). You can't however do OLE without COM, but DDE is certainly possible (DDE predates the introduction of COM along with OLE in Windows 3.1). -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/