-
Since no one will answer my other topic, if you know how I can make it display an image quickly then tell me please. Right now I am using SetpixelV, and plot the whole image, and then refresh so it shows it, but this isn't fast enough. And it's not loading that's slow, it loads instantaneous. Anyways, a friend suggested to log the hDC but I don't know how. Anyways, if you know ANYTHING AT ALL say it please, and if you don't please take the quarter of a second to reply in a new windows saying you don't know how.
-
I think what you want is BitBlt. It's an API call, look it up. If you need further assistance, Email me.
-
I already checked out BitBlt it doesn't do what I want to. I am loading a special image format and plotting it pixel by pixel to the control. BitBlt copies a box of pixels from another controls and plots it all in one shot somewhere else. It's not what I want.