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...
see also: GetDIBits, SetDIBits :wink
H Teddi,
thanks for reply will check these 2 API... :U