Hello all
i am writing a ping program and i want the program to pause for 5 seconds
before it ping the next ip address. i have set the interval to 5000 and set enabled to false in the properties.

If Check1.Value = 1 Then
Timer1.Enabled = True
Set itmx = ListView1.ListItems.Add(, , Check1.Caption)
itmx.ForeColor = vbBlack
Check1.Value = 0
Text3.Text = Check1.Caption
Text4.Text = "Booth 44"
Timer1.Enabled = False
Call pingchk
End If

the above is not working does anyone else ahve anyother id's
thanks in advance