Page 1 of 1

How do I...

Posted: Sat Feb 11, 2006 2:50 am
by Dremth
How would I get some kinda message box to come up that would make a beep and act like some kind of error box that has an exclamation point and stuff? Would I have to make a window in visual designer or something? Is there a way I can do it like the MessageRequester()?

Thanks

Posted: Sat Feb 11, 2006 2:55 am
by Dare2
Do you mean:

Code: Select all

MessageRequester("TITLE","Message",#MB_ICONERROR)
If so, the flags (like #MB_ICONEXCLAMATION) do the job.

If no, sorry, I lost the plot. :)