当前位置: 代码迷 >> PB >> LoadImage有关问题
  详细解决方案

LoadImage有关问题

热度:25   发布时间:2016-04-29 09:00:07.0
LoadImage问题
ulong lul_inst,lul_BitMap
string ls_name

setnull(ll_inst)
ls_name ="C:\Documents and Settings\Administrator\桌面\2.BMP"


lul_BitMap = LoadImageW(lul_inst, ls_name, 0, 0, 0, 16)


LoadImageW 定义如下:
Function ulong LoadImageW(ulong hInst,ref string lpsz,ulong un1,ulong n1,ulong n2,ulong un2) LIBRARY "user32.dll " ALIAS FOR "LoadImageW;Ansi" 


读取不到图片,返回值为0

------解决方案--------------------
你想干啥?
------解决方案--------------------

------解决方案--------------------
  相关解决方案