If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Remove Image from Image Container Code

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-22-04, 05:22
borisrisker borisrisker is offline
Registered User
 
Join Date: Jul 2003
Posts: 8
Remove Image from Image Container Code

Hi everybody !

does somebody know, whether it is possible to remove the image from the image container by code ? I want to do so, because of file size reasons.


Best regards,

Boris
Reply With Quote
  #2 (permalink)  
Old 06-22-04, 07:58
robojam robojam is offline
Registered User
 
Join Date: Feb 2004
Location: Charlotte, NC
Posts: 79
Say the Image container is named imgThisPic, then you can use the code:

imgThisPic.Picture = ""
__________________
Make something idiot proof and someone will make a better idiot...
Reply With Quote
  #3 (permalink)  
Old 06-22-04, 09:27
borisrisker borisrisker is offline
Registered User
 
Join Date: Jul 2003
Posts: 8
imgThisPic.Picture = "" doesnt work

Dear Robojam,

thanks for the answer., i tried this but i didnt work ...

maybe it has something to do with autoupdate settings ??

regards,

boris


Quote:
Originally Posted by robojam
Say the Image container is named imgThisPic, then you can use the code:

imgThisPic.Picture = ""
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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