C++ Loadimage 无法读出位图 10
我的代码是这样的hbmp=(HBITMAP)LoadImage(NULL,"1_1.bmp",IMAGE_BITMAP,100,100,LR_LOADFROMFILE);...
我的代码是这样的
hbmp = (HBITMAP)LoadImage(NULL,"1_1.bmp",IMAGE_BITMAP,100,100,LR_LOADFROMFILE);
图片就在源代码的文件夹下,我试了好多的地方,loadimage总是返回NULL
最后发现时那个BItblt函数参数除了问题 展开
hbmp = (HBITMAP)LoadImage(NULL,"1_1.bmp",IMAGE_BITMAP,100,100,LR_LOADFROMFILE);
图片就在源代码的文件夹下,我试了好多的地方,loadimage总是返回NULL
最后发现时那个BItblt函数参数除了问题 展开
1个回答
展开全部
不如试下把第一个参数NULL改为::AfxGetInstanceHandle().
Handle to an instance of the module that contains the image to be loaded. To load an OEM image, set this parameter to zero.
If the hinst parameter is NULL and the fuLoad parameter omits the LR_LOADFROMFILE value, the lpszName specifies the OEM image to load.
Handle to an instance of the module that contains the image to be loaded. To load an OEM image, set this parameter to zero.
If the hinst parameter is NULL and the fuLoad parameter omits the LR_LOADFROMFILE value, the lpszName specifies the OEM image to load.
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询