MessageRequester()

Syntax

Result = MessageRequester(Title$, Text$, Flags)

Description

Open a blocking requester to display some informations. The program execution is totally stopped until the user close the requester. The Flags can be one of the following :
  #PB_MessageRequester_YesNo : To have 'yes' or 'no' buttons 
  #PB_MessageRequester_YesNoCancel : To have 'yes', 'no' and 'cancel' buttons 
  #PB_MessageRequester_Ok : To have the 'ok' only button 

Supported OS

Windows, AmigaOS, Linux

Requester - Index