Guest_imported
New member
- Jan 1, 1970
- 0
What I have to do is change colors in a bitmap and then save it. I can use API functions to change the bits in memory , but I'm having trouble permanently saving the file to disk. Can I use the BitBlt() function to copy the memory bitmap into a file(by using the file's hDC) or is there a better way of saving changed bitmaps?
(I'm working in VBA so I can't use PictureBox's)
Please help!
(I'm working in VBA so I can't use PictureBox's)
Please help!