Delay

  • Thread starter Thread starter Babich
  • Start date Start date
B

Babich

Hi!
Is there any way to delay some command in VB without using timer control.
something like this:

command1
delay(50)
command2
delay(80)
command3
......
 
Back
Top