Re: Drop on an app run as admin

Jean-Luc Arnaud <jean-luc-E/[email protected]> Tue, 12 Jun 2018 10:30:24 +0200
Newsgroups gmane.comp.lang.realbasic.user
Organization Centre Direct du Multimédia
Message-ID <[email protected]>
Thanks for your reply and your explanation, Tim.

So, no workaround except using helpers?

Jean-Luc Arnaud

Le 11/06/2018 à 23:08, Tim Jones a écrit :
> If your application is running with elevated privileges, both Windows 
> and Mac OS prevent it from interacting with the normal user's desktop. 
>  This means that drag and drove and sometimes even copy and paste are 
> disabled.  This is why your app should always run as the user and your 
> helpers should run with elevated permissions.
>
> Tim
> --
> Tim [email protected] <mailto:[email protected]>
> President/CTOhttp://www.tolisgroup.com
> TOLIS Group, Inc.
> 480-505-0488 x227480-505-0492 (fax)
>
> */BRU ... Because it's the RESTORE that matters/*
>
>> On Jun 11, 2018, at 3:46 AM, Jean-Luc Arnaud 
>> <jean-luc-E/[email protected] <mailto:jean-luc-E/[email protected]>> wrote:
>>
>> Hi all,
>>
>> When my app is run as Admin (that is, with elevated privileges) or 
>> debugged in the IDE or in Remote Debugger Desktop themselves run as 
>> admin, no drop is no longer available.
>>
>> I tried MBS class WindowsDropTargetMBS, unsuccessfully.
>>
>> Am I wrong somewhere? If not, what's the solution?
>>
>> TIA
>>
>> -- 
>> Jean-Luc Arnaud
>>
>