Functions > MessageBoxesDialogs >


SplashOff

Ferme une fenêtre SplashText ou SplashImage.

SplashOff ( )

Valeur de retour

Aucune.

En relation

SplashImageOn, SplashTextOn

Exemple

#include <MsgBoxConstants.au3>

SplashTextOn("Example", "Splash Screen", 500, 400, 100, 100)
MsgBox($MB_SYSTEMMODAL, 'Test 1', 'Splash est visible')
SplashOff()
MsgBox($MB_SYSTEMMODAL, 'Test 2', 'Splash est Off')