Re: Drop on an app run as admin
Tim Jones <[email protected]> Mon, 11 Jun 2018 14:08:40 -0700
| Newsgroups | gmane.comp.lang.realbasic.user |
|---|---|
| Message-ID | <[email protected]> |
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 Jones [email protected] President/CTO http://www.tolisgroup.com TOLIS Group, Inc. 480-505-0488 x227 480-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]> 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 >