The information in this article applies to:
SUMMARYWhen an application is serving as a file drag-and-drop source, it is necessary for the source's IDataObject to support multiple clipboard formats to allow the file object to be dropped on a shortcut. MORE INFORMATIONWhen a file object is dropped on a shortcut to an application, the application that the shortcut refers to is launched with the dropped file name supplied on the application's command line. To allow this to work correctly, the drag-and-drop source's IDataObject must support both the CF_HDROP and the CFSTR_SHELLIDLIST clipboard formats. Additional query words: drag drop
Keywords : kbDragDrop kbNTOS400 kbSDKPlatform kbSDKWin32 kbWinOS kbWinOS95 kbWinOS98 kbGrpShell |
Last Reviewed: January 25, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |