This will:

Break On
If NOT InGroup ("kixart")

$Form = CreateObject("Kixtart.FORM")
$Form.CAPTION = "Authentication for @FULLNAME"
$Form.SCALEWIDTH = 300
$Form.SCALEHEIGHT = 70
$Form.FONTSIZE = 8
$Form.forecolor = &000AAA
$Form.FONTbold = "true"
$Form.FONTNAME = "Verdana"
$Form.PrintXY(15,5," Authentication faild!")
$Form.PrintXY(15,20,"Please conntact your local helpdesk!")

$Form.CENTER


$Obtn = $form.Button("OK",100,40,100,20)
$Obtn.OnClick = "OKbtn()"

$Form.Show
While $Form.Visible
$=Execute($Form.DoEvents())
Loop
$Form=0

Exit
EndIf

Function OKbtn()

Quit

EndFunction
_________________________
"... Great minds talk about idea' s, average minds talk about events and samll minds talks about people...!"