Quote Originally Posted by He_That_Is View Post
... When the CBitmap does the LoadBitmap(nID) function, the CGDIObject does not initialize the CBitmap object and obtain the m_hObject value - it remains NULL.
Did you check the return value of LoadBitmap? Isn't it zero (FALSE)?
Does your resource file contain these bitmaps?
Are the resource IDs in the resource file the same as you use in your CChildView class?