Home | About us | Overview | Software - Download | Evaluate | Order | Support | Contact | F.A.Q. | Documentations | Blog | Newsletter
Loading...

Microsoft access view images from folder

Support for GdViewer OCX and GdViewer Pro ActiveX/SDK.

Microsoft access view images from folder

Postby bkelleman » Wed Nov 26, 2008 9:43 pm

Can anyone tell me how in microsoft access I can use the gdviewer control and scroll through images
located in a folder. I dont have a folder list from a table just a folder of images and want to be able
to scroll through them back and forth. I have looked at some other posts but cant figure it out.
If someone can give me detailed instructions and it has to be with microsoft access I would greatly
appreciate it. going crazy at the moment trying to figure this out.

Thanks for your time
bkelleman
 
Posts: 3
Joined: Wed Nov 26, 2008 8:44 pm

Re: Microsoft access view images from folder

Postby Loïc » Sun Nov 30, 2008 1:59 pm

Hi,

I think creating a kind of GdViewers list is the best way:

.Brows your folder
.For each image found:
.add a GdViewer control on your list
.Display the image in the added GdViewer control
.End

You can see this post to see how to add dynamically a GdViewer object on a vb6 form. I think the procedure is the same with MS-Access:


Code: Select all
Option Explicit

Dim WithEvents GdViewer1 As VBControlExtender


Private Sub Form_Load()
   Set GdViewer1 = Controls.Add("GdPicturePro5.GdViewer", "GdViewer1", Form1)

   GdViewer1.Move 1, 1, 2500, 3500
   GdViewer1.Visible = True
   GdViewer1.object.DisplayFromFile ("")
End Sub



Best regards,

Loïc
Loïc Carrère, support team.
www.orpalis.com
User avatar
Loïc
Site Admin
 
Posts: 4230
Joined: Tue Oct 17, 2006 10:48 pm
Location: France


Return to GdViewer [Pro] ActiveX

Who is online

Users browsing this forum: No registered users and 1 guest

cron