Code: Select all
If OpenWindow(0,0,0,500,500,#PB_Window_SystemMenu|#PB_Window_ScreenCentered,"Test") And CreateGadgetList(WindowID(0))
ExplorerListGadget(0, 10, 10, 480, 480, "*.*", #PB_Explorer_MultiSelect)
Repeat : Until WaitWindowEvent()=#PB_Event_CloseWindow
EndIf
Code: Select all
RHSDANTCOE
PB_Explorer_Column_Accessed
PB_Explorer_Column_Created
PB_Explorer_Column_Attributes
PB_Explorer_Column_Modified
PB_Explorer_Column_Type
PB_Explorer_Column_Size
PB_Explorer_Column_Name
ExplorerList_FakeParent
ExplorerList_ParentClass

