Displays a message box with wider margin than original
#include <WinAPIError.au3>
_WinAPI_MsgBox ( $iFlags, $sTitle, $sText )
$iFlags | Flags to use during window creation |
$sTitle | Window title |
$sText | Window text |
This function produces (IMO) a better looking message box. It also makes sure that BlockInput is turned off
so the user can move the mouse.