I am working on a script that uses drag and drop, but is supposed to be run under different creds. I noticed Drag and dropping a file does nothing when the script is being Runas other credentials..
Try this..
Using the code below, compile it, then runas another user (another domain user preferably) and try to drag a file to it. Then try it without using RunAs..
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
Example()
Func Example()
GUICreate("Drop a file here", 220, 200, 100, 100, -1, $WS_EX_ACCEPTFILES)
$listview = GUICtrlCreateLabel("Drag a file her