ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   VBA image control (https://www.excelbanter.com/excel-programming/364808-vba-image-control.html)

Piotr Lipski

VBA image control
 
Hello.

I have VBA procedure that draws barcodes on MSAccess report, using Image
control from Acess toolbox (to be more exact: it sets the
ImageControl.PictureData property to some calculated binary value in bmp
format).

I'm trying to port this code to Excel.

I'm looking for some graphical control that allows for such manipulation.
For example, that allows for raw inserting of BMP data into it.

--
PL

Piotr Lipski

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

Piotr Lipski

VBA image control [SOLVED]
 
On Wed, 21 Jun 2006 09:10:49 +0100, Piotr Lipski wrote:

SOLVED


All times are GMT +1. The time now is 01:27 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com