Jobs
Author: Elliot Harris Date Submitted: 3/9/2006 Category: Graphics Compatibility: .NET This code has been accessed 4024 times.
Email Yourself this snippet:
'Needs 1 timer (Timer1), 1 list (List1) & an Item List (IL) 'Elliot Harris 'Ultrabox12@aol.com Dim ICount As Integer Dim Scount As Integer
Code
Private Sub Timer1_Timer() If Scount < ICount Then Scount = Scount + 1 List1.AddItem IL.ListImages(Scount).Key End If End Sub