VC++ question

Argo

Lifer
Apr 8, 2000
10,045
0
0
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
 

Pretender

Banned
Mar 14, 2000
7,192
0
0
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.