CROWYX
-
Modifié le 21 mars 2020 à 14:52
cs_Le Pivert
Messages postés7893Date d'inscriptionjeudi 13 septembre 2007StatutContributeurDernière intervention19 mai 2023
-
21 mars 2020 à 13:37
Bonjour,
je suis débutant en VBScript
J'ai une petite question, si quelqu'un pourrai me dire comment on fait une barre de progression en VBS
Voici mes lignes de code:
x=msgbox("Voulez-vous continuer ?",4+64+4096,"Application")
If x=6 then
y=msgbox("Le logiciel a bien été installé",0+32+4096,"Application")
End if
If x=7 then
y=msgbox("Le logiciel n'a pas été installé",0+32+4096,"Application")
End if
If x=6 then
y=msgbox("Voulez-vous éxécuter le logiciel ?",4+64+4096,"Application")
End if
If y=6 then
y=msgbox("Le logiciel sera éxécuté après la mise à jour",0+16+4096,"Application")
End if
If y=7 then
y=msgbox("Le logiciel ne sera pas éxécuté",0+32+4096,"Application")
End if
Modifié le 21 mars 2020 à 12:49
Merci pour le lien, mais je ne sais pas quelle ligne de code choisir.
Si vous pouvez m'aider
Merci.