Is there a way to determine the size of the bitmap. I want to know what the bitmap is.
For example a bitmap 192x64 (as it is shown when looking at the file in widows explorer. I want to be able to get these numbers.
Printable View
Is there a way to determine the size of the bitmap. I want to know what the bitmap is.
For example a bitmap 192x64 (as it is shown when looking at the file in widows explorer. I want to be able to get these numbers.
Use GetBitmapmember of the CBitmap class BITMAP structure will hold size information.