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


Hi,

The Picture property has been set at design time, but later changed to
another image with the line:-

frmSerial.imgNegLabelA.Picture = frmLabelIcons.Controls(k).Picture

frmSerial.imgNegLabelA. is where I want the image and frmLabelIcons
has a bank of thumbnails.

If the form is closed then reopened the original embedded picture
appears, if the above line is skipped.

What I'd like to do is, without closing the Form, show that original
pictue if (k) is Not Found.

Is this possible? I seem to be heading to the 'item' command but
haven't had any success yet.

Thanks - Kirk