Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default 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
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default VBA image control [SOLVED]

On Wed, 21 Jun 2006 09:10:49 +0100, Piotr Lipski wrote:

SOLVED
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Programatically control picture property of Image control Brassman[_5_] Excel Programming 5 May 24th 05 09:32 PM
Image control DC Mile510 Excel Programming 3 January 4th 05 08:54 PM
Image control ojv[_2_] Excel Programming 2 October 13th 04 12:33 PM
Displaying a Tif image in the Image Control Neil Excel Programming 1 September 21st 04 12:56 AM
copy shape image into image control Luc Benninger Excel Programming 2 July 15th 04 11:14 AM


All times are GMT +1. The time now is 10:05 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"