mike55 Posted March 22, 2005 Posted March 22, 2005 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 Quote 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 PlausiblyDamp Posted March 22, 2005 Administrators Posted March 22, 2005 (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 March 22, 2005 by PlausiblyDamp Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.