How can i get the hDC from a picture im holding in a Picture Array?
the Picture Type doesnt have an hDC property. Do i Have to render it in a control first?
Printable View
How can i get the hDC from a picture im holding in a Picture Array?
the Picture Type doesnt have an hDC property. Do i Have to render it in a control first?
Use an array of DCs instead :)
(You can find a function to load a DC into a Long in any BitBlt game tutorial)