Wer hat einen Tip?
Code: Alles auswählen
OpenWindow(0, 50, 20, 900, 700, "Explorer List", #PB_Window_SystemMenu|#PB_Window_ScreenCentered)
ExplorerListGadget(1,10,10,800,650 ,"c:\", #PB_Explorer_AlwaysShowSelection | #PB_Explorer_MultiSelect )
SendMessage_( GadgetID(1), #LB_SELITEMRANGEEX, 10, 20)
Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow