Page 1 of 1

My own bitmap

Posted: Sun Aug 06, 2006 9:58 am
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.

Re: My own bitmap

Posted: Mon Aug 07, 2006 2:55 pm
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

Posted: Wed Aug 09, 2006 1:57 pm
by manuramos
Thanks Evans, I'll look at it.