Bonjour à tous
Il y a aussi le Popup.
Dim WshShell, BtnCode
Set WshShell = WScript.CreateObject("WScript.Shell")
BtnCode = WshShell.Popup("Comment allez-vous ?", 7, "Repondez à la question:", 3 + 32)
Select Case BtnCode
case 6 WScript.Echo "Je suis ravi d'apprendre que vous allez bien."
case 7 WScript.Echo "J'espère que vous irez mieux."
case -1 ' WScript.Echo "Y-a-t-il quelqu'un ?"
case 2 WScript.Echo "Bouton annuler: Y-a-t-il quelqu'un ?"
End Select
MsgBox "suite"
jean-marc