Télécharger un répertoire à l'aide d'un composant InetControl
Télécharger un répertoire à l'aide d'un composant InetControl - VB/VBA/VBS - Programmation
Sujets relatifs:
Leave a Replay
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 21-04-2003 à 21:13:16
A l'aide d'un composant InetControl je veux télécharger tout le contenu d'un répertoire.
J'ai fait ça, mais il ne sort pas de la 1er boucle :
InetControl.Execute , "prompt"
Do While InetControl.StillExecuting '1er boucle
DoEvents
Loop
InetControl.Execute , "mget *.*"
Do While InetControl.StillExecuting '2em boucle
DoEvents
Loop
Comment faire ???