How do I...

Just starting out? Need help? Post your questions and find answers here.
Dremth
User
User
Posts: 27
Joined: Sat Jul 10, 2004 5:24 pm
Location: My Computer
Contact:

How do I...

Post 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
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post 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. :)
@}--`--,-- A rose by any other name ..
Post Reply