|
-
March 31st, 1999, 02:47 AM
#1
how to save hBitmap into bitmap file ?
I've have a handle of bitmap (hBitmap), with 4 entries color table, how can i save this info. into bitmap file ?
-
February 4th, 2000, 12:31 PM
#2
Re: how to save hBitmap into bitmap file ?
HBITMAP structure has pointer to actual bits, so you can write it file by WriteFile. Do not forget to save palette.
regards,
Serge
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|