Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBA Program running with a slideshow

Status
Not open for further replies.

Gristenhond

Programmer
Jun 11, 2006
1
NL
We have created an access program that has a few tabs on the left side of the screen linked to some excel tables. But that works fine and our problem is that we need to be able to run a sort of slideshow on the right side. The slideshow exists out of a few images that you can see and they loop, showing each image about 5 seconds. However, if we use a powerpoint presentation, it only runs if you double-click it and then it will run full-screen but we need to be able to use the left side of the screen while the slideshow runs.

Help from anyone would be great.

Thanks in advance,
--Tom
 
put an image object on your form, then setup a timer interval on the form

in the timer interval, change the picture source of the image object...

--------------------
Procrastinate Now!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top