otherside
Centurion
Hey guys does anyone know a way to make a delay in vb.net ?
is there any method that does that ?
i tried to do something with timer but unsuccesfully.
here is what i need
i have a sequence of functions which i need to run in specific time order
say:
function1
wait 5 seconds
function 2
wait 2 seconds
function 3
etc ..
i need something that will be stable not for example a for loop.
thanks guys, any example will be very helpfull
is there any method that does that ?
i tried to do something with timer but unsuccesfully.
here is what i need
i have a sequence of functions which i need to run in specific time order
say:
function1
wait 5 seconds
function 2
wait 2 seconds
function 3
etc ..
i need something that will be stable not for example a for loop.
thanks guys, any example will be very helpfull