Skip to content

feat: allow drag-and-drop on elevated windows via UIPI message filter

Mikhail Rozhkov requested to merge feature/drag-and-drop into main

Drops from Explorer were rejected (no-drop cursor) when the app ran elevated, e.g. on Windows Server logged in as Administrator. Unblock the drag-drop window messages with ChangeWindowMessageFilterEx so OLE drag-drop reaches the window.

Merge request reports

Loading