My own bitmap

Post Reply
manuramos
Posts: 219
Joined: Mon Dec 26, 2005 7:25 pm
Location: Jerez de la Frontera (Spain)

My own bitmap

Post by manuramos »

If I' have an array with a BITMAP data. Does anyone knwo how can I convert it, in memory, in a true Bitmap? How create its hBmp? (Without saving it before with MEMOWRIT)
Excuse my English

Regards.
Nos Gusta Programar
User avatar
E. Bartzokas
Posts: 114
Joined: Tue Feb 14, 2006 8:13 am
Location: Corinth, Greece

Re: My own bitmap

Post by E. Bartzokas »

manuramos wrote:If I' have an array with a BITMAP data. Does anyone knwo how can I convert it, in memory, in a true Bitmap? How create its hBmp? (Without saving it before with MEMOWRIT)
Excuse my English

Regards.
Take a look at this link:

http://www.fortunecity.com/skyscraper/w ... ffrmt.html

it contains a good article about the .BMP file structure.

Regards
Evans
manuramos
Posts: 219
Joined: Mon Dec 26, 2005 7:25 pm
Location: Jerez de la Frontera (Spain)

Post by manuramos »

Thanks Evans, I'll look at it.
Nos Gusta Programar
Post Reply