Closed YogiYang closed 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?
https://github.com/landrix/The-Drag-and-Drop-Component-Suite-for-Delphi/issues/17
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/
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?