These are brilliantly. May use some in my own software.....much more
entertaining than the usual error messages I put in my software...

e.g. from current work:

 Error("Unable to initialise response buttons");

or

  //create and open data file for writing
  if ( !data.Open( filename, CFile::modeCreate | CFile::modeNoTruncate |
CFile::modeReadWrite, NULL ) )
  {
  MessageBox(NULL,"Can't create results file.", "Error", MB_OK |
MB_ICONERROR );
  return FALSE;//cannot open file
  }


cheers,

Sol.



Reply via email to