Function Reference


_WinAPI_MsgBox

Displays a message box with wider margin than original

#include <WinAPIError.au3>
_WinAPI_MsgBox ( $iFlags, $sTitle, $sText )

Parameters

$iFlags Flags to use during window creation
$sTitle Window title
$sText Window text

Return Value

None.

Remarks

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.

Related

_WinAPI_ShowError, _WinAPI_ShowMsg