News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

CreateCompatibleBitmap question...

Started by hila123, November 14, 2005, 04:14:53 PM

Previous topic - Next topic

hila123

Hi,

when i call CreateCompatibleBitmap i will get HBITMAP handle, is there a way to find out where this bitmap data is located in the program memory?

here is what i'm trying to do...

i have a client server program
server will generate a bitmap during runtime using CreateCompatibleBitmap then draw some text on the bitmap
this bitmap will then send to the client.
client will receive the bitmap then display it on a dialog box (if that possible?)...

or anyone know a better/another way to achieve the above goal?

thanks in advance...

Tedd

No snowflake in an avalanche feels responsible.

hila123

H Teddi,

thanks for reply will check these 2 API... :U