You can get the list of files with
Dim filelist() As String = System.IO.Directory.GetFiles("c:\windows\system32")
Use a class variable to keep track of which file name to display next. The timer tick handler can advance the index (and wrap to zero if you want to repeat).
Reverend Jim
Posting Shark
1,167 posts since Aug 2010
Reputation Points: 253
Solved Threads: 159