I would like a delay just like a timer control. I'm very new to visual basic so I need help.
Let's say the code looks like this.
webbroser is navigated, then a function is called.
private sub samplefunc()
Code1: Some code to tell user what to do
I need a timer in here. The timer has to finish before the next code is read or executed.
Code2: More code
end sub
Thank you for any help.
Let's say the code looks like this.
webbroser is navigated, then a function is called.
private sub samplefunc()
Code1: Some code to tell user what to do
I need a timer in here. The timer has to finish before the next code is read or executed.
Code2: More code
end sub
Thank you for any help.