HBITMAP  h_bitmap;
h_icon = ::LoadIcon(::AfxGetInstanceHandle(),MAKEINTRESOURCE(IDB_BITMAP1));
m_picture0.SetBitmap(h_bitmap);这样你试一下把