Greetings! Dragging multiple files on a edit or input control is easy and clear from help. But when I try to use this on buttons I can have info only about one file. What I want is to have a little window with just one huge button: when user drags some files here, some action to be on that files. But I cannot do it. I do not know how to get the files list (while on a input file is easy). The code below show how easy is to have the file list when using an input (just GuiCtrlRead($input)). P