News

I have written a program using GDI+ that has a "viewport". This viewport is updated with a Bitmap object. Each time the viewport is refreshed, I create a new instance of a bitmap:WorkingImage ...
I have an image in a CImage class instance, and I need to copy this image into a CDC. I'm not sure how to go about this, and I need to get it done quickly (this evening if possible).I'm pretty ...