标签:win fromfile mfile bsp class ict hbm map pat
1 CRect rect; 2 m_glassRight.GetWindowRect(&rect); 3 HBITMAP hBmp = (HBITMAP)::LoadImage(NULL, picPath, IMAGE_BITMAP, rect.Width(), rect.Height(), LR_LOADFROMFILE); 4 //m_glassLeft.ModifyStyle(NULL, SS_BITMAP); 5 m_glassRight.SetBitmap(hBmp); 6 DeleteObject(hBmp);
标签:win fromfile mfile bsp class ict hbm map pat
原文地址:http://www.cnblogs.com/gaohai/p/7019698.html