Problem mit Sendmessage #LB_SELITEMRANGEEX
Verfasst: 20.10.2009 12:33
Es sollen Items in einer Explorer List selektiert werden, geht aber leider nicht.
Wer hat einen Tip?
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