Показать сообщение отдельно
Старый 08.03.2010, 20:42   #1  
.Quattro. is offline
.Quattro.
Участник
Лучший по профессии 2009
 
194 / 22 (1) +++
Регистрация: 22.05.2006
http://msdn.microsoft.com/en-us/library/x83z1d9f(VS.85).aspx

В наве это будет примерно так:
Код:
WShell: Automation 'Windows Script Host Object Model'.WshShell	
Title: Text 30
Buttons: Integer
SecToWait: Integer
ResInt: Integer
***************
Title := 'Заголовок сообщения';
Buttons := 3;
CREATE(WShell);
ResInt := WShell.Popup('Текст сообщения',SecToWait,Title, Buttons);

Message('%1', ResInt);