Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.04 KB

dragging-and-dropping-files-in-a-frame-window.md

File metadata and controls

16 lines (12 loc) · 1.04 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Dragging and Dropping Files in a Frame Window
Dragging and Dropping Files in a Frame Window
11/04/2016
drag and drop [MFC], files
drag and drop [MFC], File Manager
Windows Explorer [MFC]
File Manager drag and drop support [MFC]
files [MFC], drag and drop
frame windows [MFC], dragging and dropping files in
drag and drop [MFC], Windows Explorer
85560fe9-121b-4105-bd7b-216b966e19fa

Dragging and Dropping Files in a Frame Window

The frame window manages a relationship with File Explorer or File Manager.

By adding a few initializing calls in your override of the CWinApp member function InitInstance, as described in CWinApp: The Application Class, you can have your frame window indirectly open files dragged from File Explorer or File Manager and dropped in the frame window. See File Manager Drag and Drop.

See also

Using Frame Windows