...without colour corruption.

Can anyone tell me why this doesn't work....

I'm adding a menu bitmap following the tip from this sight, but I'm trying to add the bitmap from the resource file instead of an ImageList or Picture Box

Code:
Set tmpBMP = LoadResPicture(101, vbResBitmap)
SetMenuItemBitmaps hMenu&, hID&, MF_BITMAP, tmpBMP, tmpBMP
That doesn't work - what is the difference between doing it like this and using a .Picture property? tmpBMP is DIMmed as IPictureDisp which is apparently the same as .Picture...

Anyone?



Dan