- Home
·
- Graphics
·
- Timer control to cycle through pictures every 1 second
Timer control to cycle through pictures every 1 second
Timer control to cycle through pictures every 1 second
Rate Timer control to cycle through pictures every 1 second
(1(1 Vote))
dim i as integer
private timer()
if i=0 then
picture1.picture=loadpicture("path of image")
i=i+1
elseif i=1 then
picture1.picture=loadpicture("path of image")
i=i+1
picture1.picture=loadpicture("path of image")
i=0
endif
private cmdexit
end
end
Timer control to cycle through pictures every 1 second Comments
No comments yet — be the first to post one!
Post a Comment