SplashText
Previous Top Next

It's similar to the MessageBox management.If the optional fields are not provided, default values are used (see the AutoIt Help).
graphic

Example:
#Region --- CodeWizard generated code Start ---
;SpashText features: Title=Yes, Text=Yes, Windows can be moved, Center justified text, Fontname=Courier New, Font size=10, Font weight=400
SplashTextOn("Title","Text","-1","-1","-1","-1",18,"Courier New","10","400")
#EndRegion --- CodeWizard generated code End ---