smoothcoder
Programmer
Hi, there
On Win98 this line of code
pStatic->SetBitmap((HBITMAP)bmp.m_hObject);
works just fine and the bitmap bmp displays fine on the CStatic control that pStatic refers to.
When I compile it on an NT platform, the image DOES NOT show. Could somebody tell me why? What is the NT problem with CStatic::SetBitmap() ?
Thanks in advance!
On Win98 this line of code
pStatic->SetBitmap((HBITMAP)bmp.m_hObject);
works just fine and the bitmap bmp displays fine on the CStatic control that pStatic refers to.
When I compile it on an NT platform, the image DOES NOT show. Could somebody tell me why? What is the NT problem with CStatic::SetBitmap() ?
Thanks in advance!