Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

In VB6, it was possible to tell a program to wait for a specific time period, I am attempting to do the same again in asp.net/vb.net, but with no success. Anyone got any suggestions on how to overcome??

 

Mike55

A Client refers to the person who incurs the development cost.

A Customer refers to the person that pays to use the product.

------

My software never has bugs. It just develops random features. (Mosabama vbforums.com)

  • Administrators
Posted (edited)

System.Threading.Thread.CurrentThread.Sleep should allow an application to pause.

However if you are doing this from server side ASP.Net then you may not get the expected results - it may be better if you tell us what you are trying to achieve and see if anyone knows a better way.

Edited by PlausiblyDamp

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...