Learn the MFC C++ Classes Introduction Learn the MFC C++ Classes Acknowledgment Chapter 1—Windows and MFC Windows Operating Systems and MFC C++ Compilers and MFC Windows User Inputs to a Window Messages MFC and Windows OS Interaction The Structure o
void CMyView::OnInitialUpdate() { CView::OnInitialUpdate(); BITMAP bm; // Windows BITMAP data structure; see Win32 help m_pBitmap[0].LoadBitmap(IDB_BITMAP1); m_pBitmap[1].LoadBitmap(IDB_BITMAP2); m_pBitmap[2].LoadBitmap(IDB_BITMAP3); m_pBitmap[3].Lo