Cannot drag files from outside into xyplorer

Things you’d like to miss in the future...
Forum rules
:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:

:info: Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).

:info: We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.

:info: When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".

:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:
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: 14991
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: 66543
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @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: 14991
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: 66543
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @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: 14991
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: 66543
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @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: 14991
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