Introduction - If you have any usage issues, please Google them yourself
CBitmap object to a reading of "*. bmp" file shortcuts. One, to build their own CBitmap derived class. 2, add a "Load from bitmap" function : BOOL CMyBitmap : : LoadBitmap (LPCTSTR szFileName) (DeleteObje ct () HBITMAP hBitmap = NULL hBitmap = (HBITMAP) LoadImage (NULL, szFileName, IMAGE_BITMAP, 0, 0, LR_LOADFROMFILE | LR_CREATEDIBSECTION | LR_D EFAULTSIZE) return Attach (hBitmap);)
Packet : 67506252bitmapex_source.rar filelist
向CBitmap中读取位图文件的快速方法
向CBitmap中读取位图文件的快速方法\CDib.cpp
向CBitmap中读取位图文件的快速方法\CDib.h