SplashImage won't stay on the screen?
#Region
;MsgBox features: Title=Yes, Text=Yes, Buttons=Yes, No, and Cancel, Icon=Question
If Not IsDeclared("iMsgBoxAnswer") Then Local $iMsgBoxAnswer
$iMsgBoxAnswer = MsgBox(35,"What To Do?","Yes,No,Cancal",60)
Select
Case $iMsgBoxAnswer = 6 ;Yes
Case $iMsgBoxAnswer = 7 ;No
Case $iMsgBoxAnswer = 2 ;Cancel
EndSelect
If $iMsgBoxAnswer=6 Then SplashImageOn("Yes","C:\Image0.bmp","500","727","-1","-1",16)
If $iMsgBoxAnswer=7 Then SplashImageOn("No","no.bmp","32","32","-1","-1",16)
If $iMsgBoxAnswer=2 Then SplashImageOn("What","C:\what.bmp","48","48","-1","-1",16)
#EndRegion
#Region
;MsgBox features: Title=Yes, Text=Yes, Buttons=Yes, No, and Cancel, Icon=Question
If Not IsDeclared("iMsgBoxAnswer") Then Local $iMsgBoxAnswer
$iMsgBoxAnswer = MsgBox(35,"What To Do?","Yes,No,Cancal",60)
Select
Case $iMsgBoxAnswer = 6 ;Yes
Case $iMsgBoxAnswer = 7 ;No
Case $iMsgBoxAnswer = 2 ;Cancel
EndSelect
If $iMsgBoxAnswer=6 Then SplashImageOn("Yes","C:\Image0.bmp","500","727","-1","-1",16)
If $iMsgBoxAnswer=7 Then SplashImageOn("No","no.bmp","32","32","-1","-1",16)
If $iMsgBoxAnswer=2 Then SplashImageOn("What","C:\what.bmp","48","48","-1","-1",16)
#EndRegion