An error dialog? I've been using VC++ for almost 2 years but never heard about that. If you mean one of those Abort, Retry, Fail dialogs, then use MessageBox function and pass MB_ABORTRETRYFAIL as one of the parameters. If you are using MFC then the function name is AfxMessageBox
Ah, I think that's it. I remember something about Dialog boxes back in VB with options like Ok, Ok/cancel, Ok/apply/cancel, abort/retry/fail, etc, but I didn't remember the name or what the function is in MFC.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.