Thread: Image Property
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
kirkm[_7_] kirkm[_7_] is offline
external usenet poster
 
Posts: 91
Default Image Property


Once an image is assigned to a Form, it sticks, and properties
call it Picture (Bitmap). If you want to change this a Browse
dialog appears.

But what if you, programicably, wanted to change the Picture
to another one, already embedded in another form ? i.e. a
'Pictue bank'.

Can you copy *that* image in - so Picture (Bitmap) now
references it instead?

Thanks - Kirk