Hello.
I have a BITMAPINFO structure holding a bitmap I would like to write to my app window. I have tried using SetDIBitsToDevice() but the program crashes when I use this function. I appreciate any help someone is willing to give. Thank you.
Printable View
Hello.
I have a BITMAPINFO structure holding a bitmap I would like to write to my app window. I have tried using SetDIBitsToDevice() but the program crashes when I use this function. I appreciate any help someone is willing to give. Thank you.
Could you post some code because without code we can't help you. ;)
look at those threads it have samples of how to use ::SetDIBitsToDevice()Quote:
Originally Posted by dremmuel
hope it helps
Cheers
Thank you Golanshahar, those threads gave me enough information to figure out what I needed to do. My app is now one big step closer to where it needs to be!