#ifndef GOOD_FORM_BEHAVIOR // the following is not standard behavior
// ----- No harm in trying to send it myself
if (IDYES == MessageBox(hMainWnd, "The message site failed to send this form.\nDo you want this form to attempt sending through the message interface?", "Checkers", MB_YESNO | MB_ICONSTOP))
{
// this is often times easier to debug than the remoted
// message site interface (which does the same thing .. almost)
if (hr = Save(NULL,TRUE))
{
TraceTag(tagForm,"NO: ::Save 0x%08lx",hr);
}
HandsOffMessage();
if (hr = pMessage->SaveChanges(KEEP_OPEN_READWRITE) )