? Bitmap handle --> binary array 
Author Message
 ? Bitmap handle --> binary array

I am using a third party app to create a bitmap. This app can output  it's
bitmap to the Clipboard as a Bitmap or as a DIB. It can also simply
create the bitmap image in memory and return its handle without sending it
to the Clipboard.

I want to copy the bitmap into a binary array  so that it will be recognized
as a bitmap when I print it in an Access report.

I am looking for the best way to do this. The CopyMemory function seems like
a good bet but I need to know the size of the bitmap in order to use it.
What is best way to do this, preferably starting from the handle?



Fri, 13 Dec 2002 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Bitmap Handle to BLOB (Long Binary) in Access 2.0 DB with VB3

2. IPictureDisp object -> Binary Array

3. Question: Binary >>> ASCII

4. VB ---> C++ Array Handling

5. Getting a bitmap handle from an icon handle

6. part of bitmap -> other bitmap

7. part of bitmap -> other bitmap

8. Normal Bitmap -> Grayscale Bitmap

9. Print Screen >> bitmap file

10. Q: binary shift (>> operator in C)

11. Seeking advice on VB6->ADO->SQL Stored Procedure Error Handling

12. Seeking advice on VB6->ADO->SQL Stored Procedure Error Handling

 

 
Powered by phpBB® Forum Software