Drag and drop
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I'm writing an SDI application that requires the user to drag a file folder and drop it on to the program in order to start processing the files in that folder. I have no idea where to begin. Can anyone help me? :eek:
- Call CWnd::DragAcceptFiles for each window that's going to be the drop target (in SDI app it would be main frame and/or view). 2) handle WM_DROPFILES message in windows acting as drop targets. Tomasz Sowinski -- http://www.shooltz.com