void CpicviewDlg::redraw(void)
{ CDC* pDC = m_staPrev.GetDC();
Graphics graph(pDC->GetSafeHdc());
CRect rect; m_staPrev.GetClientRect(rect);
pDC->FillRect(rect, &CBrush(RGB(211, 211, 211))); int nIndex = m_strPath.ReverseFind('\\');

CString strTemp = m_strPath.Left(nIndex);