CImage img; 
HRESULT ret = img.Load( _T("E:\\2.jpg") ); // filename 是要加载的文件名(包含路径)
bitmap = img.Detach(); 

m_picture.SetBitmap(bitmap);