z980x898
Messages postés jeudi 6 juin 2002Date d'inscription
26 juillet 2007
Dernière intervention
-
25 sept. 2004 à 13:26 - Dernière réponse : cboulas2641
Messages postés mercredi 2 juin 2004Date d'inscription
8 janvier 2014
Dernière intervention
- 25 sept. 2004 à 14:26
Alors voilà je l'ai tester plusieurs fois et aucun directory ne manque. Place un contrôle DirListBox, Textbox, Listbox.
le script est :
============================================
Dir1.Path = Text1
TotalList = Dir1.ListCount
i = 1
List1.Clear
Do Until i = TotalList
List1.AddItem Dir1.List(i)
i = i + 1
Loop
============================================