Re: Running a form as a slideshow



You can use the Sleep API
Declare Integer Sleep In win32api Integer
Sleep(1000)


hth
-Stefan



"gerald" <geraldweb@xxxxxxxxxxxxxxx> schrieb im Newsbeitrag
news:132og9fh1k1tbe9@xxxxxxxxxxxxxxxxxxxxx
I have a 3rd party control to show an image on a form.

I would like to rotate through a table of paths to pictures

like

GO TOP

SCAN

mypicture = pictures.full_path

show image control (mypicture)

ENDSCAN

I already have a control to supply a variable interval.

How do I make the timer give me a delay after showing an image?

Many thanks

Bryan



--
|\_/| ------ ProLib - programmers liberty -----------------
(.. ) Our MVPs and MCPs make the Fox run....
- / See us at www.prolib.de or www.AFPages.de
-----------------------------------------------------------


.


Loading