I want to use a timer to show a sequence of pics (Pic1, Pic2, Pic3, PicZZZ etc) but run it in a loop where ZZZ = MaxPics.
Timer1()
X = X +1
ShowPic(X)
end sub
Where should/can these pics be located?
How would I make them visible if they are in the folder, on the HD, or on a server site?
Timer1()
X = X +1
ShowPic(X)
end sub
Where should/can these pics be located?
How would I make them visible if they are in the folder, on the HD, or on a server site?