CButton *button = new CButton()
HBITMAP hBmp =::LoadBitmap(AfxGetInstanceHandle(), MAKEINTRESOURCE(IDB_blank));
button->SetBitmap(hBmp);
CButton *button = new CButton()
HBITMAP hBmp =::LoadBitmap(AfxGetInstanceHandle(), MAKEINTRESOURCE(IDB_blank));
button->SetBitmap(hBmp);