I've got a resource file which contains some 32x32,256 color icons. When I view them using the VB Resource Editor, they look fine. If I use them in my code (see below), it seems like they are being converted to 16 colors (the image appears grey -- identical to when I save the image as a 16 color icon).
If I set the icon directly in the form properties window, it displays correctly. I need to be able to set it in my code and have it displayed properly. Any suggestions??

Me.Icon = LoadResPicture(107, vbResIcon)

Thanks,

Andrew