Hello to all,
try to understand how AI drag&drop works, but have no luck searching in forum.
I try to obtain filename when take a file and leave on my GUI.
Find this example, modify but not works:
#include <GUIConstants.au3>
#include <Misc.au3>
_Singleton("RBC")
$WS_EX_ACCEPTFILES = 16
#Region ### START Koda GUI section ### Form=C:\Program Files\Koda 1.7.01\Forms\QuickFTP\FNTConvert.kxf
$Form1 = GUICreate("Rockbox FNT Converter", 441, 323, 293, 202, -1, $WS_EX_ACCEPTFI