How to display a picture of an item on a form that changes with t.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I need to learn how to insert a picture of an item on a form to correspond
to the item displayed. The picture should change when the item number is
changed.

Thanks
 
hi,
You will need an image control on your form. To display a
picture in the image control, you set the image controls
picture property to the file path to the picture on your
drive. you change images by changing the image control's
picture property to a new file path.
this site explains it more
http://www.lebans.com/loadsavejpeg.htm
good luck
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top