About 333 results
Open links in new tab
  1. how can i pause a system.timers.timer?

    Jul 25, 2009 · Start the timer by setting its Interval property and Enabled = true, pause it with Enabled = false. Use the Reset () method to clear the residual time. Hans Passant.

  2. timed image display - social.msdn.microsoft.com

    Dec 11, 2007 · In very simplistic terms you would use a timer control to adjust duration. In this example I load the picture - start the timer and the intervak of the timer is set to 300ms.

  3. I need help creating a timer in visual basic (console application)

    Oct 1, 2018 · I'd like to create a timer so that after 60 seconds, a variable from the main sub will be set to true. If anyone could help, that would be very much appreciated.

  4. How to catch a 302 Object Moved error from javascript ajax call

    Oct 14, 2021 · I am trying to prevent my application from bouncing back to a login screen and losing all the ViewState information for the current user. To do this, I have a javascript (jQuery) call running on …

  5. DirectoryEntry and SetPassword for Localhost

    Apr 22, 2005 · The goal is to be able to set passwords for employees who forgot their password to automate the process. We have about 5 to 10 users a day that forget their password at a 15 minute …

  6. Application.wait doesn't work - social.msdn.microsoft.com

    Mar 25, 2013 · All replies 0 Sign in to vote app.Wait only has a resolution of one second, eg, Application.Wait Now + TimeSerial (0, 0, 5) 'wait 5 seconds You could use the Timer function in a …

  7. Error publishing Content Types - social.msdn.microsoft.com

    Jun 24, 2015 · · When creating new site collections the managed metadata service is added, but content types are not populated from the hub during creation, we have to wait for the timer job.

  8. SQL TimeOut Exception after 15-20 Hours of Continuous Run

    Apr 30, 2015 · I am getting SQL Time out exception after long run of 15-20 Hours, Please find the attachment for more details. My SQL queries are not taking much time for execution , simple Update …

  9. display page load time at footer - social.msdn.microsoft.com

    Oct 7, 2021 · I want to pass the value of load_time to page footer label with id "timer" from application_endrequest method.

  10. FTP Binary Mode - social.msdn.microsoft.com

    Sep 30, 2021 · How do I change IIS FTP from ascii to binary mode ..