Discussion:
Drag/drop from Windows Explorer
(too old to reply)
Frank
2016-03-31 10:40:12 UTC
Permalink
Dear people,

dragging a file into my MFC program doesn't work
with Windows 7. In Windows XP, it works with the
same program. DragAcceptFiles, subclassing
WM_DROPFILES etc. I tried already.

How can I achieve this?
Cholo Lennon
2016-04-01 13:15:53 UTC
Permalink
Post by Frank
Dear people,
dragging a file into my MFC program doesn't work
with Windows 7. In Windows XP, it works with the
same program. DragAcceptFiles, subclassing
WM_DROPFILES etc. I tried already.
How can I achieve this?
Check with Spy++ (or similar tool) the messages that your application is
receiving

Also check this out:

https://blogs.msdn.microsoft.com/patricka/2010/01/28/q-why-doesnt-
drag-and-drop-work-when-my-application-is-running-elevated-a-mandatory-
integrity-control-and-uipi/

Regards
--
Cholo Lennon
Bs.As.
ARG
Continue reading on narkive:
Loading...