I have the raw data for several 32bit images (RGB + alpha). How do I create a HBITMAP so that I can blend these images and then display them to the screen? I've been reading through all the bitmap functions on the MSDN, but I can't see how to create a bitmap with a different color depth than the screen. Can anyone point me to the correct functions? Thanks a lot!

Kelly