Kann das jemand bestätigen?
Code: Alles auswählen
If OpenWindow(0, 0, 0, 640, 480, "Drag and Drop - Files", #PB_Window_ScreenCentered|#PB_Window_SystemMenu)
ListIconGadget(0, 5, 5, 630, 470, "Datei", 120)
EnableGadgetDrop(0, #PB_Drop_Files, #PB_Drag_Copy)
While WaitWindowEvent() <> #PB_Event_CloseWindow : Wend
EndIf