put images on GDI
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How can I put a array that represents an image on my window. Have I to create a DC or something? Name of functions and explanations would be very nice.
-
How can I put a array that represents an image on my window. Have I to create a DC or something? Name of functions and explanations would be very nice.
DO you mean an array of pixel values ? You can create a DIBSection and copy the data directly onto the bitmap if you want to. Any decent DIBSection wrapper will also have a draw function, so all you need to do is pass in the DC you get in OnPaint. Christian I have come to clean zee pooollll. - Michael Martin Dec 30, 2001
Sonork ID 100.10002:MeanManOz
I live in Bob's HungOut now