mais sur mon Xp l'auto complétion ne fonctionne pas, et vous ?#PB_Explorer_Editable : Le Gadget sera éditable, avec un mode d'auto-complétion automatique.
Code : Tout sélectionner
If OpenWindow(0, 0, 0, 400, 400, "ExplorerComboGadget", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
ExplorerComboGadget(0, 10, 40, 380, 0, "C:\", #PB_Explorer_Editable)
Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow
EndIf