Freeman Yan
March 27th, 2002, 06:54 AM
if ( Fill2DIB( lpDIBBits, ::DIBWidth(lpDIB), ::DIBHeight(lpDIB) ) )
{
// Set Flag
pDoc->SetModifiedFlag(TRUE);
pDoc->UpdateAllViews(NULL);
}
{
// Set Flag
pDoc->SetModifiedFlag(TRUE);
pDoc->UpdateAllViews(NULL);
}