Cannot drag files from outside into xyplorer

Things you’d like to miss in the future...
dsbcpas
Posts: 1
Joined: 23 Aug 2023 15:40

Re: Cannot drag files from outside into xyplorer

Post by dsbcpas »

Cannot drag .eml or attachments from Thunderbird into xyplorer, version 24.80:
Features list indicates that this can be done, but I can't do it. Is there a trick involved? I am on a 30 day trail for my company and this will be a deal killer.

highend
Posts: 13333
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Cannot drag files from outside into xyplorer

Post by highend »

Is Thunderbird running with non-elevated privileges but XY is elevated?

Show a gif animation how the cursor changes when you drag it over XY's list pane
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60622
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Cannot drag files from outside into xyplorer

Post by admin »

This is the pattern I see over here:

Code: Select all

Dragging from Other Program to XYplorer
  Other Program (Elevated) -->  XYplorer (Elevated)   OK
  Other Program (Elevated) -->  XYplorer (Normal)     OK
  Other Program (Normal)   -->  XYplorer (Elevated)   NOPE
  Other Program (Normal)   -->  XYplorer (Normal)     OK

Dragging from XYplorer to Other Program
  XYplorer (Elevated) -->  Other Program (Elevated)   OK
  XYplorer (Elevated) -->  Other Program (Normal)     OK
  XYplorer (Normal)   -->  Other Program (Elevated)   NOPE
  XYplorer (Normal)   -->  Other Program (Normal)     OK
In short, there is no way up (thanks to UAC).

highend
Posts: 13333
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Cannot drag files from outside into xyplorer

Post by highend »

@Don

Sure there is, just integrate: User Interface Privilege Isolation [UIPI] via ChangeWindowMessageFilter
and then non-elevated apps can send their stuff to an elevated XY instance...
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60622
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Cannot drag files from outside into xyplorer

Post by admin »

I tried that on 20150110 but it failed. Did not make any difference. This API does not affect the way drag and drop is handled in XYplorer.

highend
Posts: 13333
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Cannot drag files from outside into xyplorer

Post by highend »

It's not using WM_DROPFILES?
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60622
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Cannot drag files from outside into xyplorer

Post by admin »

OLE drag/drop.

Also, subverting UAC is not good design. If you don't want UAC, you should turn it off.

highend
Posts: 13333
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Cannot drag files from outside into xyplorer

Post by highend »

Bad design :bug: :mrgreen:
One of my scripts helped you out? Please donate via Paypal

Post Reply