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
How do I...
Do you mean:
If so, the flags (like #MB_ICONEXCLAMATION) do the job.
If no, sorry, I lost the plot.
Code: Select all
MessageRequester("TITLE","Message",#MB_ICONERROR)
If no, sorry, I lost the plot.

@}--`--,-- A rose by any other name ..