Newbie: Delay function or method ?

  • Thread starter Thread starter steve
  • Start date Start date
S

steve

Hi,

What is the common way to have a wait( ) type of function in VB.net ?

TIA
-steve
 
Steve
What is the common way to have a wait( ) type of function in VB.net ?
threading.thread.sleep(in 1/1000 seconds)

I hope this helps,

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top