If OpenWindow(0,0,0,500,250,"Window",#PB_Window_SystemMenu|#PB_Window_ScreenCentered) ExplorerListGadget(1,10,10,480,230,"C:\",0) Right.LV_COLUMN\mask=#LVCF_FMT Right\fmt=#LVCFMT_RIGHT SendMessage_(GadgetID(1),#LVM_SETCOLUMN,Column,@Right) SetGadgetItemAttribute(1,0,#PB_Explorer_ColumnWidth,200,0) Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow EndIf