buggins/dlangui

Drag & Drop doesn't work when ran as admin on Windows

Closed this issue · 1 comments

This is a common Windows related problems, as it stops broadcasting WM_DROPFILES when ran as admin.
Possible solutions are:

  • Implement it the correct way, via IDragDrop COM interface
  • Screw it and just kludge by requesting support for WM_DROPFILES explicitly.

Not sure what to do about this.

I decided to scew it and hack it