|
-
Jan 19th, 2009, 03:31 PM
#1
Thread Starter
Member
VB6 i want to use a timer to pause a program
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|