Показать сообщение отдельно
Старый 19.06.2009, 23:45   #2
NitE
злобный флудер
 
Регистрация: 10.07.2007
Сообщений: 2,585
Написано 789 полезных сообщений
(для 1,476 пользователей)
Ответ: Как вызвать API функцию MessageBox()?

AppTitle title$[,close_prompt$]
Parameters
title$ - the text that will be displayed in the title bar of the program window
close_prompt$ (optional) - the text that will be displayed in a message box with 'OK/Cancel' options when a user clicks on the close button. If nothing is specified, the message box will not be displayed and the program will close immediately.

Description
Allows you to set the text of the program's title bar, and 'close program?' message box.

Example
; Set the title bar

AppTitle "Super Invaders V1.0", "Are you sure?"
(Offline)
 
Ответить с цитированием
Сообщение было полезно следующим пользователям:
ArtemkA (20.06.2009)