S
Snuyt
Hello,
I want the program to wait a few seconds between executing code. It
should look something like this:
public sub xx()
...code...
wait(2) 'wait 2 seconds
...code...
end sub
public sub wait(byval secs as integer)
...???...
end sub
Does anyone know how to program this 'waiting'? I've looked for the
timer control, but I don't find the right methods for this.
Thanks,
Snuyt
I want the program to wait a few seconds between executing code. It
should look something like this:
public sub xx()
...code...
wait(2) 'wait 2 seconds
...code...
end sub
public sub wait(byval secs as integer)
...???...
end sub
Does anyone know how to program this 'waiting'? I've looked for the
timer control, but I don't find the right methods for this.
Thanks,
Snuyt