ActiveX JPEG Viewer

  • Thread starter Thread starter D Collins
  • Start date Start date
D

D Collins

Hello,

I am looking for an ActiveX Control that will allow me to navigate through
Jpeg files located in a folder in a specific location. For example, Client A
has jpeg files pertaining just to them, as does Client B, etc. All I am
looking for is a way to put an ActiveX on a form that will allow me to scroll
through them in a thumbnail view and if possible, when clicking on one, have
it show larger. This way, I can associate the folder of pictures to that
particular client, as they navigate through the records.

I don't need anything fancy that rotates it, sizes it, etc.

Thanks,
D.
 
You don't need an ActiveX control.

Simply insert an image control on a form. Setup a listbox to show a listing
of jpgs in the folder and set it up so that the selection in used to change
the picture being displayed.
 
Daniel,

This sounds like it is easy enough. Do you know where I could go to look at
code to have the list iterate through the folder of jpg images?

Thanks.
 
Back
Top