landrix / The-Drag-and-Drop-Component-Suite-for-Delphi

MIT License
161 stars 57 forks source link

Cannot recieve Droped files if the application is running as Administrator #43

Closed YogiYang closed 4 years ago

YogiYang commented 4 years ago

Hello,

I am trying out the component suit. And while testing I found that it cannot receive Dropped files from Explorer if the application is run as Administrator.

How to solve this problem?

landrix commented 4 years ago

https://github.com/landrix/The-Drag-and-Drop-Component-Suite-for-Delphi/issues/17

landrix commented 4 years ago

it isn't posssible lower privilege processes can’t interfere with higher privilege processes

https://stackoverflow.com/questions/17416765/drag-and-drop-event-can-not-be-fired-when-running-visual-studio-in-administrator

http://patrickablog.azurewebsites.net/index.php/2010/01/28/q-why-doesnt-drag-and-drop-work-when-my-application-is-running-elevated-a-mandatory-integrity-control-and-uipi/