If OpenWindow(0,0,0,500,500,"Window",#PB_Window_SystemMenu|#PB_Window_ScreenCentered) ExplorerListGadget(1,10,10,480,480,"C:\",0) lvHeader = SendMessage_(GadgetID(1),#LVM_GETHEADER,0,0) SetWindowLongPtr_(lvHeader,#GWL_STYLE,GetWindowLongPtr_(lvHeader,#GWL_STYLE)|#HDS_HIDDEN) Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow EndIf