Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Wed, 21 Jun 2006 09:10:49 +0100, Piotr Lipski wrote:
SOLVED |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Programatically control picture property of Image control | Excel Programming | |||
Image control DC | Excel Programming | |||
Image control | Excel Programming | |||
Displaying a Tif image in the Image Control | Excel Programming | |||
copy shape image into image control | Excel Programming |