Inserting a picture on every record

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

Guest

hi, how can I display a picture on every record on a form. I have a field
called "imagepath" in my table and i have put an image file path on every
record in that table. Please help me in a simple way.

thanks
 
Use Picture box in the form and write the code

PictureBox.Picture=loadPicture(Path)

Madhivanan
 
thanks, I copied the Employees form from Northwind database and made the
chaanges to it and now it ias working fine.

aj20
 

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

Similar Threads


Back
Top