Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. GPCorrell

    System.Threading.timer(stuff, N, Junk) - not working

    One other thing: System.Windows.Forms.Timer has a start/stop method. System.Threading.Timer does not. You can change the duration between polls by calling tExport.Change() if you wish. To Stop the timer, simply dispose it.
  2. GPCorrell

    System.Threading.timer(stuff, N, Junk) - not working

    asp, In creating the Timer class, you need to specify the stat object (which can be null if you don't need one), duration prior to the initial poll, and then the duration between polls. For instance, if you wanted to start polling immediately, and then again every second, you'd write...

Part and Inventory Search

Back
Top