Ralph Krausse wrote:

> I need a way to show a msg in a dialog, just like MFC's AfxMessageBox or
> VB's MsgBox. Is there something I can use?
>
> thank
> Ralph Krausse

I always just create an alert called Message, with the string displayed as '^1^2^3', 
then I can call

FrmCustomAlert(MessageAlert, "Some text for the first part",
                          " (Some texto for the second) ", "and some text for the 
third");

Which seems to work fine for me :-)

Chris Olson


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to