Hi there Stephan and welcome on-board,

you can do this by inserting somewhere before the messagebox a gets statement

To check what the user has clicked in the message box assign it to a variable like :

code:

$rc = messagebox()
if $rc = value ;check manual
'action'
else
'other action'
endif

questions ?

Jochen

_________________________