Dans ce code, j'ai plain de collones indésirables qui sont là, comment cela se fait-il ?
Code : Tout sélectionner
If OpenWindow(0,0,0,608,608,#PB_Window_MinimizeGadget|#PB_Window_ScreenCentered|#PB_Window_SystemMenu|#PB_Window_TitleBar,"Explorer MP3") = 0 Or CreateGadgetList(WindowID()) = 0
End
EndIf
ExplorerListGadget(0,4,4,600,600,"E:\*.mp3;*.wav;*.m3U;*.pls",#PB_Explorer_GridLines|#PB_Explorer_HeaderDragDrop|#PB_Explorer_NoDriveRequester|#PB_Explorer_NoMyDocuments|#PB_Explorer_AlwaysShowSelection)
ChangeListIconGadgetDisplay(0,3)
AddGadgetColumn(0,0,#PB_Explorer_Name,200)
AddGadgetColumn(0,1,#PB_Explorer_Type,200)
AddGadgetColumn(0,2,#PB_Explorer_Size,200)
For n=3 To 5
RemoveGadgetColumn(0,n)
Next
ActivateGadget(0)
WaitUntilWindowIsClosed()
End
Quelqu'un a-t-il une solution pour moi ?
Merci d'avance.