;http://www.autoitscript.com/forum/index.php?showtopic=100522
#include <_MsgBox.au3>
;_MsgBox( flag, "title", "text" [, timeout [, hwnd [, ownButtons [, FileName [, ResName [, ResType _
;                           [, left [, top [, allwaysActive ]]]]]]]]] )
_MsgBox(262198, "Teste", "  Modified Autoit MsgBox. (Based on new _EzSkin.au3)" & @CRLF & _
        "   This dialog will close in 10 seconds...", 10, 0, "Exit|Try Again|No one", "c:\Program Files (x86)\AutoIt3\Examples\GUI\Merlin.gif", -1, -1, -1, -1, True)
