PDA

View Full Version : alert message


Xiang
05-02-2003, 01:17 PM
Dear sir,

How can I create alert message in C programming? Could you give me an example?

Best regards,

xiang

Sparky
05-02-2003, 05:33 PM
I am not 100% sure if this is what you are after, but you could try using a MessageBox (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/dialogboxes/dialogboxreference/dialogboxfunctions/messagebox.asp) function. I would show you an example from some of my own source, but I cannot locate any of it right now :-/

BloodXero
05-09-2003, 04:45 PM
what kind of alert would you want? a message box, text displayed, an ASSERT function? you gotta be more specific.