by "Aaron Gray" <ang.usenet@[EMAIL PROTECTED]
>
Apr 6, 2008 at 11:45 PM
"Tom Harrington" <tph@[EMAIL PROTECTED]
> wrote in message
news:tph-554A06.16394406042008@[EMAIL PROTECTED]
> In article <65sui3F2h9eeaU1@[EMAIL PROTECTED]
>,
> "Aaron Gray" <ang.usenet@[EMAIL PROTECTED]
> wrote:
>
>> I am a Windows C++ programmer just cutting my teeth on XCode and
Carbon.
>>
>> What I want is a simple one line command to put up a message box
printing
>> a
>> given string with an okay button.
>>
>> The equivalent of Windows MessageBox() function.
>>
>> Many tanks in advace,
>
> Look up CFUserNotificationDisplayAlert() or
> CFUserNotificationDisplayNotice().
Thanks, found StandardAlert() in Dialogs.h.
Aaron