VBA image control
On Tue, 20 Jun 2006 12:50:41 +0100, Piotr Lipski wrote:
[...]
I'm looking for some graphical control that allows for such manipulation.
For example, that allows for raw inserting of BMP data into it.
I've found out that Image control (from control Toolbox) is able to load
picture data from file (using LoadImage("path\to\filename.bmp")).
Now the problem is that my binary data is in DIB format (not BMP as I wrote
before) and I need to apply BMP header at the beginning. Does anybody know
how to do this?
--
PL
|