我用下面代码测试是没有问题的,可以显示图片
bmp: TBitmap;
bmp:=TBitmap.create;       
bmp.LoadFromResourceName(hinstance,PChar('b2'));  
Image1.Picture.Bitmap:= bmp;